Merge pull request #29 from Marwolf/master

Correctly sets gameserver.log permission
This commit is contained in:
Marwolf
2018-08-21 11:13:42 -04:00
committed by GitHub

View File

@@ -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