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 "$!"