There is at least one quite obvious error in the steamcmd.sh when you use a debugger. It will return the exit code of the "rm" command instead of steamcmd because the "rm" is the last command that is executed in the if part.

If you do not have the DEBUGGER variable set the steamcmd binary returns a false error code.


On 28.02.2013 04:31, Jesse Molina wrote:

Given command;

./steamcmd.sh +login "anonymous" +force_install_dir $IN_GAMEDIR
+app_update $APPID +exit
echo "Updater exit code was $?"


The error below returned exit 0 without having updated the server.

--

Connecting anonymously to Steam Public...Success.

ERROR! Failed to request AppInfo update, not online or not logged in to
Steam.



Updater exit code was 0




_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

Reply via email to