Skip to content

Commit a111e1f

Browse files
committed
Add back EXTRA_ARGS that I accidentally removed
1 parent cb8aaf9 commit a111e1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: root/app/start-redbot.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ while [ ${RETURN_CODE} -eq 26 ]; do
125125
set +e
126126
# If we are running in an interactive shell, we can't do any of the fancy interrupt catching
127127
if [ -t 0 ]; then
128-
redbot docker
128+
redbot docker ${EXTRA_ARGS}
129129
RETURN_CODE=$?
130130
else
131131
prep_term
132-
redbot docker &
132+
redbot docker ${EXTRA_ARGS} &
133133
wait_term
134134
RETURN_CODE=$?
135135
fi

0 commit comments

Comments
 (0)