Merge pull request #92 from joedwards32/auto-validate

template steamcmd command properly
This commit is contained in:
John Edwards 2024-02-22 13:06:20 +00:00 committed by GitHub
commit 4e44808ebb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ else
VALIDATE="" VALIDATE=""
fi fi
bash "${STEAMCMDDIR}/steamcmd.sh" +force_install_dir "${STEAMAPPDIR}" \ eval bash "${STEAMCMDDIR}/steamcmd.sh" +force_install_dir "${STEAMAPPDIR}" \
+login anonymous \ +login anonymous \
+app_update "${STEAMAPPID}" "${VALIDATE}"\ +app_update "${STEAMAPPID}" "${VALIDATE}"\
+quit +quit