mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
Fix startup script for Linux.
This commit is contained in:
parent
5fe67bda4c
commit
bb89c8a4e8
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
cd ./client
|
||||
cd ./mage-client
|
||||
./startClient.sh
|
||||
cd ../server
|
||||
./startServer.sh
|
||||
cd ../mage-server
|
||||
./startServer.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue