From ea3eca9602b1581a0f9abe0ccca42ac2c3052cf8 Mon Sep 17 00:00:00 2001 From: Lucas Briese Date: Tue, 25 Sep 2018 12:35:39 +0200 Subject: [PATCH] + parsing args from entrypoint to lgsm --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 6060ed8..4dbf41f 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,8 +4,8 @@ echo "starting entrypoint.sh" set -e -parms= - +parms="-game garrysmod +gamemode terrortown "$(printf "%s " "$@") +echo "starting with $parms" ./gmodserver install trap './home/steam/gmodserver stop' SIGTERM