+ fix trap
This commit is contained in:
parent
6d3a8fff6c
commit
0e4af9bb0d
@ -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 "$!"
|
||||
|
Loading…
Reference in New Issue
Block a user