diff --git a/entrypoint.sh b/entrypoint.sh index be4c685..60e68fc 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,8 +14,6 @@ export INTERNAL_IP=`ip route get 1 | awk '{print $NF;exit}'` MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')` echo ":/home/container$ ${MODIFIED_STARTUP}" -apt-get update -y && apt-get upgrade -y - ./steamcmd/steamcmd.sh +force_install_dir /home/container +login anonymous +app_update 258550 +quit if [ -f OXIDE_FLAG ] || [ "${OXIDE}" = 1 ] || [ "${UMOD}" = 1 ]; then diff --git a/wrapper.js b/wrapper.js index 99e9c92..ecb5d15 100644 --- a/wrapper.js +++ b/wrapper.js @@ -34,7 +34,7 @@ function filter(data) { } var exec = require("child_process").exec; -console.log("Starting Rust..."); +console.log("Starting Rust in wrapper.js..."); var exited = false; const gameProcess = exec(startupCmd);