From fb4f1b9729fd3efe76a9ec05f5e6832b8a0f337c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 26 Sep 2021 21:35:13 +0200 Subject: [PATCH] Update nextcloud-perms.sh --- nextcloud/root/defaults/nextcloud-perms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/root/defaults/nextcloud-perms.sh b/nextcloud/root/defaults/nextcloud-perms.sh index cf2f0b3b4..d6aacaffb 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 will take some time, please wait...\n" #chmod -R 777 ${ocpath} find ${ocpath}/ -type f -exec chmod 0640 {} \; find ${ocpath}/ -type d -exec chmod 0750 {} \;