Skip to content

Commit

Permalink
Fixed Beta Install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibbeh authored Aug 21, 2021
1 parent ea7cbde commit 46011f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export HOME=/mnt/server
if [ "${BETA_TAG}" == "none" ]; then
./steamcmd.sh +login anonymous +force_install_dir /mnt/server +app_update "${SRCDS_APPID}" validate +quit
else
./steamcmd.sh +login anonymous +force_install_dir /mnt/server +app_update "${SRCDS_APPID}" "${BETA_TAG}" validate +quit
./steamcmd.sh +login anonymous +force_install_dir /mnt/server +app_update "${SRCDS_APPID}" -beta "${BETA_TAG}" validate +quit
fi

# Install SL with SteamCMD
Expand Down

0 comments on commit 46011f9

Please sign in to comment.