We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb8aaf9 commit a111e1fCopy full SHA for a111e1f
root/app/start-redbot.sh
@@ -125,11 +125,11 @@ while [ ${RETURN_CODE} -eq 26 ]; do
125
set +e
126
# If we are running in an interactive shell, we can't do any of the fancy interrupt catching
127
if [ -t 0 ]; then
128
- redbot docker
+ redbot docker ${EXTRA_ARGS}
129
RETURN_CODE=$?
130
else
131
prep_term
132
- redbot docker &
+ redbot docker ${EXTRA_ARGS} &
133
wait_term
134
135
fi
0 commit comments