Skip to content

Commit

Permalink
Add Support for Branches to Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
griffindor301 committed Jul 4, 2024
1 parent deb9c52 commit 507957c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/rust/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -d "./steamcmd" ]; then
fi

# Updating Rust Server
./steam/steamcmd.sh +@sSteamCmdForcePlatformBitness 64 +force_install_dir /home/container +login anonymous +app_update ${SRCDS_APPID} +quit
./steam/steamcmd.sh +@sSteamCmdForcePlatformBitness 64 +force_install_dir /home/container +login anonymous +app_update ${SRCDS_APPID} $( [[ -z ${SRCDS_BETAID} ]] || printf %s "-beta ${SRCDS_BETAID}" ) +quit

# Replace Startup Variables
MODIFIED_STARTUP=$(eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g'))
Expand Down

0 comments on commit 507957c

Please sign in to comment.