From 05bfc8afca9f45fa7c569a04931c6b5db09ef1b6 Mon Sep 17 00:00:00 2001 From: gOOvER Date: Thu, 16 Feb 2023 16:32:27 +0100 Subject: [PATCH] typo --- steamcmd/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steamcmd/entrypoint.sh b/steamcmd/entrypoint.sh index 87b9f2a..70965a9 100644 --- a/steamcmd/entrypoint.sh +++ b/steamcmd/entrypoint.sh @@ -42,7 +42,7 @@ if [ -f "/usr/local/bin/proton" ]; then else 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 "Server stops now" echo -e "----------------------------------------------------------------------------------" exit 0 fi