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"