Commit f5bb3d48 authored by Peter Parente's avatar Peter Parente

Remove need to quote >1 args to start-notebook

(c) Copyright IBM Corp. 2015
parent 34119974
...@@ -12,4 +12,4 @@ if [ ! -z "$GRANT_SUDO" ]; then ...@@ -12,4 +12,4 @@ if [ ! -z "$GRANT_SUDO" ]; then
fi fi
# Start the notebook server # Start the notebook server
exec su $NB_USER -c "env PATH=$PATH jupyter notebook $@" exec su $NB_USER -c "env PATH=$PATH jupyter notebook $*"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment