From 60ebda54708dc636802d6cb9a567b49d61549113 Mon Sep 17 00:00:00 2001 From: Lucas Briese Date: Sun, 23 Sep 2018 10:13:04 +0200 Subject: [PATCH] + printing args before executing --- entrypoint.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 "$!"