From d6fd535c5f5178e463e5c11148f72cbd3fcb8c55 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Fri, 12 Nov 2021 19:51:06 +0300 Subject: [PATCH] Update base-notebook/start-notebook.sh --- base-notebook/start-notebook.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/base-notebook/start-notebook.sh b/base-notebook/start-notebook.sh index 0229bad2..d1b3d8a2 100755 --- a/base-notebook/start-notebook.sh +++ b/base-notebook/start-notebook.sh @@ -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=""