From 1c59b3d8629a5491e66fe1f5f7e1f6f0abbdd6ec Mon Sep 17 00:00:00 2001 From: Philipp Kraft Date: Fri, 6 Nov 2020 21:08:37 +0100 Subject: [PATCH] Fix steamcmd path --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 6fd15e2..680d2b5 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -5,7 +5,7 @@ cd /home/container export INTERNAL_IP=`ip route get 1 | awk '{print $NF;exit}'` # Update Rust Server -./steam/steamcmd.sh +login anonymous +force_install_dir /home/container +app_update 258550 +quit +./steamcmd/steamcmd.sh +login anonymous +force_install_dir /home/container +app_update 258550 +quit # Replace Startup Variables MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')`