Update base-notebook/start-notebook.sh

This commit is contained in:
Ayaz Salikhov
2021-11-12 19:51:06 +03:00
committed by GitHub
parent e7c38b57cf
commit d6fd535c5f

View File

@@ -7,7 +7,6 @@ set -e
if [[ -n "${JUPYTERHUB_API_TOKEN}" ]]; then
echo "WARNING: using start-singleuser.sh instead of start-notebook.sh to start a server associated with JupyterHub."
exec /usr/local/bin/start-singleuser.sh "$@"
exit
fi
wrapper=""