diff --git a/entrypoint.sh b/entrypoint.sh index 9c26497..f499ef6 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -19,5 +19,8 @@ cd "$STEAM_PATH/server/" trap 'pkill -15 srcds_run' SIGTERM #-console -game garrysmod +gamemode terrortown +echo "starting with" +echo "$@" +echo $@ ./srcds_run "$@" & -wait "$!" \ No newline at end of file +wait "$!"