+ fix trap

This commit is contained in:
Lucas Briese 2018-09-25 20:16:49 +02:00
parent 6d3a8fff6c
commit 0e4af9bb0d

View File

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