From d65da4f50c39d25e7f807bb216ea6f1810ff758b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 26 Sep 2021 22:07:34 +0200 Subject: [PATCH] Update nextcloud-perms.sh --- nextcloud/root/defaults/nextcloud-perms.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud/root/defaults/nextcloud-perms.sh b/nextcloud/root/defaults/nextcloud-perms.sh index 731454e73..54df572cd 100644 --- a/nextcloud/root/defaults/nextcloud-perms.sh +++ b/nextcloud/root/defaults/nextcloud-perms.sh @@ -20,7 +20,7 @@ mkdir -p /data/config/www/nextcloud/occ mkdir -p /share/nextcloud mkdir -p /ssl/nextcloud/keys -printf "chmod Files and Directories\n" +printf "chmod Files and Directories. This could take some time, please wait...\n" #chmod -R 777 ${ocpath} find ${ocpath}/ -type f -exec chmod 0640 {} \; find ${ocpath}/ -type d -exec chmod 0750 {} \; @@ -28,7 +28,7 @@ find ${ocpath}/ -type d -exec chmod 0750 {} \; #find ${ocpath}/ -type f -print0 | xargs -0 chmod 0640 #find ${ocpath}/ -type d -print0 | xargs -0 chmod 0750 -printf "chown Directories. This will take some time, please wait...\n" +printf "chown Directories. This could take some time, please wait...\n" chown -R ${rootuser}:${htgroup} ${ocpath}/ chown -R ${htuser}:${htgroup} ${ocpath}/apps/ chown -R ${htuser}:${htgroup} ${ocpath}/assets/