Skip to content

Commit

Permalink
fix: log arguments passed to docker start script to stdout.
Browse files Browse the repository at this point in the history
When trying to get this working under kubernetes the logs weren't
reporting the arguments passed to the script.
  • Loading branch information
rouilj committed Mar 26, 2024
1 parent f075e97 commit 4eb0a3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/Docker/roundup_start
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ else
might_be_interactive="false"
fi

printf "Starting Roundup with arguments: $@"

for tracker_spec in "$@"; do
# IFS== set a=b doesn't just assign $1 and $2 in busybox ash
# it also clobbers '$@'. 'printf mumble | read' starts read in a
Expand Down

0 comments on commit 4eb0a3b

Please sign in to comment.