Fix startup script for Linux.

This commit is contained in:
rkfg 2016-03-06 03:07:55 +03:00
parent 5fe67bda4c
commit bb89c8a4e8

View file

@ -1,5 +1,5 @@
#!/bin/sh
cd ./client
cd ./mage-client
./startClient.sh
cd ../server
cd ../mage-server
./startServer.sh