Removed empty spaces

This commit is contained in:
Stanislav Khotinok
2017-05-18 16:29:51 +02:00
parent 77ea89d223
commit 00591d836e

View File

@@ -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