We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f62f8f commit d805612Copy full SHA for d805612
base-notebook/start-singleuser.sh
@@ -10,4 +10,4 @@ if [[ "${NOTEBOOK_ARGS} $*" != *"--ip="* ]]; then
10
fi
11
12
# shellcheck disable=SC1091,SC2086
13
-. /usr/local/bin/start.sh jupyterhub-singleuser $NOTEBOOK_ARGS "$@"
+. /usr/local/bin/start.sh jupyterhub-singleuser ${NOTEBOOK_ARGS} "$@"
0 commit comments