Skip to content

Commit d6fd535

Browse files
authored
Update base-notebook/start-notebook.sh
1 parent e7c38b5 commit d6fd535

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

base-notebook/start-notebook.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ set -e
77
if [[ -n "${JUPYTERHUB_API_TOKEN}" ]]; then
88
echo "WARNING: using start-singleuser.sh instead of start-notebook.sh to start a server associated with JupyterHub."
99
exec /usr/local/bin/start-singleuser.sh "$@"
10-
exit
1110
fi
1211

1312
wrapper=""

0 commit comments

Comments
 (0)