From dc8d96c0282909d1e007ba9d744ab1a0e3a4e609 Mon Sep 17 00:00:00 2001 From: gOOvER Date: Thu, 16 Feb 2023 16:29:41 +0100 Subject: [PATCH] Update entrypoint.sh --- steamcmd/entrypoint.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/steamcmd/entrypoint.sh b/steamcmd/entrypoint.sh index a546a4b..87b9f2a 100644 --- a/steamcmd/entrypoint.sh +++ b/steamcmd/entrypoint.sh @@ -40,8 +40,11 @@ if [ -f "/usr/local/bin/proton" ]; then export STEAM_COMPAT_CLIENT_INSTALL_PATH="/home/container/.steam/steam" export STEAM_COMPAT_DATA_PATH="/home/container/.steam/steam/steamapps/compatdata/${SRCDS_APPID}" else - echo -e "No appid set. Stopping server" - exit 1 + echo -e "----------------------------------------------------------------------------------" + echo -e "WARNING!!! Proton needs variable SRCDS_APPID, else it will not work. Please add it" + echo -e "Server stopps now" + echo -e "----------------------------------------------------------------------------------" + exit 0 fi fi