From 0e4af9bb0d3c24bca75afb278c98640a07ca7f81 Mon Sep 17 00:00:00 2001 From: Lucas Briese Date: Tue, 25 Sep 2018 20:16:49 +0200 Subject: [PATCH] + fix trap --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e085614..80b70a1 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -27,7 +27,7 @@ echo "install & mount gamefiles" ./installAndMountAddons.sh cd "$STEAM_PATH" -trap './home/steam/gmodserver stop' SIGTERM +trap 'pkill -15 srcds_linux' SIGTERM ./gmodserver start ./gmodserver console wait "$!"