mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 13:32:56 +00:00
Update start-notebook.sh
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user