mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 07:22:57 +00:00
Update base-notebook/start-notebook.sh
This commit is contained in:
@@ -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=""
|
||||
|
Reference in New Issue
Block a user