fix: force_install_dir error

SteamCMD now complains when trying to login before providing install dir `Please use force_install_dir before logon!`
This commit is contained in:
softwarenoob 2021-11-21 20:19:18 +02:00
parent ec82494db4
commit 3b845a7480
No known key found for this signature in database
GPG Key ID: 727A9A3F4417ED51

View File

@ -5,7 +5,7 @@ cd /home/container
export INTERNAL_IP=`ip route get 1 | awk '{print $NF;exit}'` export INTERNAL_IP=`ip route get 1 | awk '{print $NF;exit}'`
# Update Rust Server # Update Rust Server
./steamcmd/steamcmd.sh +login anonymous +force_install_dir /home/container +app_update 258550 +quit ./steamcmd/steamcmd.sh +force_install_dir /home/container +login anonymous +app_update 258550 +quit
# Replace Startup Variables # Replace Startup Variables
MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')` MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')`