Update start-server.sh

This commit is contained in:
2019-04-23 22:51:35 +02:00
committed by GitHub
parent 25ec8a647c
commit 9bb943e44b

View File

@@ -19,13 +19,13 @@ fi
echo "---Update Server---"
if [ "${VALIDATE}" == "true" ]; then
${STEAMCMD_DIR}/steamcmd.sh \
+login anonymous \
+login $USERNAME $PASSWRD \
+force_install_dir $SERVER_DIR \
+app_update $GAME_ID validate \
+quit
else
${STEAMCMD_DIR}/steamcmd.sh \
+login anonymous \
+login $USERNAME $PASSWRD \
+force_install_dir $SERVER_DIR \
+app_update $GAME_ID \
+quit