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