Commit 0805573e authored by Min RK's avatar Min RK

invoke start.sh in start-singleuser.sh

ensures common behavior of things like GRANT_SUDO
parent 2689d1d3
...@@ -10,7 +10,7 @@ then ...@@ -10,7 +10,7 @@ then
notebook_arg="--notebook-dir=${NOTEBOOK_DIR}" notebook_arg="--notebook-dir=${NOTEBOOK_DIR}"
fi fi
exec jupyterhub-singleuser \ . /usr/local/bin/start.sh jupyterhub-singleuser \
--port=${JPY_PORT:-8888} \ --port=${JPY_PORT:-8888} \
--ip=0.0.0.0 \ --ip=0.0.0.0 \
--user=$JPY_USER \ --user=$JPY_USER \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment