diff --git a/nextcloud/rootfs/defaults/nextcloud-perms.sh b/nextcloud/rootfs/defaults/nextcloud-perms.sh index 56feef631..536d5c48e 100755 --- a/nextcloud/rootfs/defaults/nextcloud-perms.sh +++ b/nextcloud/rootfs/defaults/nextcloud-perms.sh @@ -37,7 +37,6 @@ find "${ocpath}"/ -type d -exec chmod 0750 {} \; printf "chown Directories. This could take some time, please wait...\n" chown -R ${rootuser}:${htgroup} "${ocpath}"/ -chmod +x "${ocpath}"/occ for folder in "${ocpath}"/apps/ "${ocpath}"/assets/ "${ocpath}"/config/ "${ocpath}"/data/ "${ocpath}"/themes/ /ssl/nextcloud/keys; do chown -R ${htuser}:${htgroup} "$folder" || true done