As a server operators, I want to run the update command successfully so that my server stays up-to-date.
When attempting to run ./gmodserver update the command errors out on update_steamcmd.sh (line 46) with +login: command not found and cannot complete the command. Below is the output when running the command:
gmodserver@gmod:~$ ./gmodserver update
/home/gmodserver/lgsm/functions/command_update.sh: line 10: fn_firstcommand_set: command not found
[ .... ] Updating gmodserver: /home/gmodserver/lgsm/functions/command_update.sh: line 14: core_logs.sh: command not found
/home/gmodserver/lgsm/functions/command_update.sh: line 15: check_last_update.sh: command not found
[ OK ] Updating gmodserver: Checking local build: SteamCMD/home/gmodserver/lgsm/functions/update_steamcmd.sh: line 46: +login: command not found
[ FAIL ] Updating gmodserver: Checking remote build: SteamCMD
Steps to reproduce the behaviour:
The command would execute and complete without any failures.
Issue-Label Bot is automatically applying the label type: bug to this issue, with a confidence of 0.80. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Update linuxgsm it's very out of date
Update linuxgsm it's very out of date
Thank you! I thought that ./gmodserver update was the command to update LinuxGSM but there's a different command for that. When I did a search for "lgsm update" the first command to pop-up for me was that one so your reply made me look further. Thanks for the quick response.