From 00591d836e79458a1eb4054aee815ff6f1c89c0c Mon Sep 17 00:00:00 2001 From: Stanislav Khotinok Date: Thu, 18 May 2017 16:29:51 +0200 Subject: [PATCH] Removed empty spaces --- base-notebook/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-notebook/start.sh b/base-notebook/start.sh index d7a47ba8..516c4993 100755 --- a/base-notebook/start.sh +++ b/base-notebook/start.sh @@ -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