diff --git a/install.sh b/install.sh index 3e85e71f06..7fdffd0d61 100755 --- a/install.sh +++ b/install.sh @@ -644,7 +644,7 @@ fi # --- Set correct permissions for Image Repository --- IMAGES_LOCATION=$(cd $IMAGES_LOCATION;pwd) -chown 3770 $IMAGES_LOCATION +chmod 3770 $IMAGES_LOCATION # --- Substitute variables ---