Merge pull request #29 from Marwolf/master
Correctly sets gameserver.log permission
This commit is contained in:
@@ -12,5 +12,6 @@ echo "Type 'screen -r' to access the game server screen."
|
|||||||
echo "Use CTRL + A + D to detach the live server screen so it runs in the background."
|
echo "Use CTRL + A + D to detach the live server screen so it runs in the background."
|
||||||
echo ""
|
echo ""
|
||||||
echo ""
|
echo ""
|
||||||
|
touch gameserver.log && chmod 777 gameserver.log
|
||||||
cd Game/server
|
cd Game/server
|
||||||
screen -dmS name ./ant_launcher.sh
|
screen -dmS name ./ant_launcher.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user