From 0805573e09286e6251d48a7a7e274037ae31d5ad Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 7 Jun 2017 12:49:48 +0200 Subject: [PATCH] invoke start.sh in start-singleuser.sh ensures common behavior of things like GRANT_SUDO --- base-notebook/start-singleuser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-notebook/start-singleuser.sh b/base-notebook/start-singleuser.sh index 78054df5..644a9c54 100755 --- a/base-notebook/start-singleuser.sh +++ b/base-notebook/start-singleuser.sh @@ -10,7 +10,7 @@ then notebook_arg="--notebook-dir=${NOTEBOOK_DIR}" fi -exec jupyterhub-singleuser \ +. /usr/local/bin/start.sh jupyterhub-singleuser \ --port=${JPY_PORT:-8888} \ --ip=0.0.0.0 \ --user=$JPY_USER \