This changes the logfile that is used from the log generated by tmux to the log generated by the factorio binary. As logging is disabled in tmux 1.8, those users which may be stuck on that version cannot use the update functionality, as there is no log to go off of.
Symlinking the SteamCMD directory into the correct ARK directory so that the mods auto-management will work fine. See http://ark.gamepedia.com/244.3 for the CLI option and Game.ini configuration settings.
As outlined in GameServerManagers/LinuxGSM#1524, the PushBullet alert
script was somehow printing the same text twice in a single field. By
removing the reply variable from both the fn_rawurlencode() function and
from the variables used not 3 lines down, we produce the intended alert.
When attempting to install Day of Infamy it will fail with the following:
Creating log directories
=================================
installing log dir: /home/doiserver/log...OK
installing LinuxGSM log dir: ...mkdir: cannot create directory '': No such file or directory
FAIL
---
The 'lgsmlogdir' variable is missing in doiserver.
Updated the tar exclude to be the configured backup dir, instead of just a hardcoded "backup". This allows for people to change the backup directory location to still be in the game server dir, but in a custom directory. For me specifically it's an NFS mounted directory to backup to my NAS with the cloud backup then enabled on that dir.