We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f075e97 commit 4eb0a3bCopy full SHA for 4eb0a3b
scripts/Docker/roundup_start
@@ -30,6 +30,8 @@ else
30
might_be_interactive="false"
31
fi
32
33
+printf "Starting Roundup with arguments: $@"
34
+
35
for tracker_spec in "$@"; do
36
# IFS== set a=b doesn't just assign $1 and $2 in busybox ash
37
# it also clobbers '$@'. 'printf mumble | read' starts read in a
0 commit comments