Why csgoserver update-restart stops the server, then steamcmd find out that CS:GO server is up-to-date and then is CS:GO server started again? In past it had worked fine -- what has changed?
EDIT: I am using latest csgoserver script from GitHub and I deleted the lgsm/functions directory in order to let csgoserver script download latest functions.
you are looking for ./csgoserver update as it will only restart if there is an update available. `./csgoserver update-restart was depreciated a long time ago as is no longer used.
Update-restart is now force-update.
And +1 to @dgibbs, you're looking for "update" command.
OK, thanks! Maybe you should add info about update-restart to wiki, because I didn't found any info about it.
You're right, I'll do it. I reopen your issue as a reminder.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
you are looking for
./csgoserver updateas it will only restart if there is an update available. `./csgoserver update-restart was depreciated a long time ago as is no longer used.