mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00: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…
Reference in a new issue