prophunt-garrysmod/entrypoint.sh

14 lines
155 B
Bash
Raw Normal View History

#!/bin/bash
echo "starting entrypoint.sh"
set -e
2018-09-25 12:25:21 +02:00
parms=
2018-09-25 12:25:21 +02:00
./gmodserver install
2018-09-25 12:25:21 +02:00
trap './home/steam/gmodserver stop' SIGTERM
./gmodserver debug
2018-09-23 10:13:04 +02:00
wait "$!"