Add success checking to steamcmd command
This commit is contained in:
parent
d9bea07841
commit
7d72ca4125
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ eval bash "${STEAMCMDDIR}/steamcmd.sh" "${STEAMCMD_SPEW}"\
|
||||||
+@bClientTryRequestManifestWithoutCode 1 \
|
+@bClientTryRequestManifestWithoutCode 1 \
|
||||||
+login anonymous \
|
+login anonymous \
|
||||||
+app_update "${STEAMAPPID}" "${VALIDATE}"\
|
+app_update "${STEAMAPPID}" "${VALIDATE}"\
|
||||||
+quit
|
+quit || exit $?
|
||||||
|
|
||||||
# steamclient.so fix
|
# steamclient.so fix
|
||||||
mkdir -p ~/.steam/sdk64
|
mkdir -p ~/.steam/sdk64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue