Commit 6a8add8b authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #224 from okoethibm/master

Support on-demand creation of mounted work directory
parents aac28dde 97098584
......@@ -5,7 +5,7 @@ if [ $UID == 0 ] ; then
# Change UID of NB_USER to NB_UID if it does not match
if [ "$NB_UID" != $(id -u $NB_USER) ] ; then
usermod -u $NB_UID $NB_USER
chown -R $NB_UID $CONDA_DIR
chown -R $NB_UID $CONDA_DIR .
fi
# Enable sudo if requested
......
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