+ parsing args from entrypoint to lgsm

This commit is contained in:
Lucas Briese 2018-09-25 12:35:39 +02:00
parent e2c5563f68
commit ea3eca9602

View File

@ -4,8 +4,8 @@ echo "starting entrypoint.sh"
set -e set -e
parms= parms="-game garrysmod +gamemode terrortown "$(printf "%s " "$@")
echo "starting with $parms"
./gmodserver install ./gmodserver install
trap './home/steam/gmodserver stop' SIGTERM trap './home/steam/gmodserver stop' SIGTERM