mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-09 19:12:59 +00:00
Removed empty spaces
This commit is contained in:
@@ -9,7 +9,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
|
||||
|
||||
# Change GID of NB_USER to NB_GID if NB_GID is passed as a parameter
|
||||
|
Reference in New Issue
Block a user