From 1fdab1059325b81d7e52105a78922223577db419 Mon Sep 17 00:00:00 2001 From: Marwolf Date: Tue, 21 Aug 2018 11:13:20 -0400 Subject: [PATCH] Correctly sets gameserver.log permission --- Linux_Run_Production_Server.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Linux_Run_Production_Server.sh b/Linux_Run_Production_Server.sh index 8052ab8..f02d84c 100755 --- a/Linux_Run_Production_Server.sh +++ b/Linux_Run_Production_Server.sh @@ -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 "" echo "" +touch gameserver.log && chmod 777 gameserver.log cd Game/server screen -dmS name ./ant_launcher.sh