From 824cab4db979f21fea269e14278b0bb37865623d Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 00:13:38 +0000 Subject: [PATCH] Github bot : script beautyshied --- nextcloud/rootfs/defaults/nextcloud-perms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/rootfs/defaults/nextcloud-perms.sh b/nextcloud/rootfs/defaults/nextcloud-perms.sh index 536d5c48e..1ddc6cfd8 100755 --- a/nextcloud/rootfs/defaults/nextcloud-perms.sh +++ b/nextcloud/rootfs/defaults/nextcloud-perms.sh @@ -38,7 +38,7 @@ find "${ocpath}"/ -type d -exec chmod 0750 {} \; printf "chown Directories. This could take some time, please wait...\n" chown -R ${rootuser}:${htgroup} "${ocpath}"/ for folder in "${ocpath}"/apps/ "${ocpath}"/assets/ "${ocpath}"/config/ "${ocpath}"/data/ "${ocpath}"/themes/ /ssl/nextcloud/keys; do -chown -R ${htuser}:${htgroup} "$folder" || true + chown -R ${htuser}:${htgroup} "$folder" || true done printf "chmod/chown .htaccess\n"