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:
parent
ec82494db4
commit
3b845a7480
|
|
@ -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')`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user