From 8b5cbc6a27e446fdbbb0b2c80ccce72b237cf3b1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 22 Jul 2023 11:44:00 +0200 Subject: [PATCH] Correct Change of occ location https://github.com/alexbelgium/hassio-addons/issues/911#issuecomment-1646543219 --- nextcloud/rootfs/defaults/nextcloud-perms.sh | 1 - 1 file changed, 1 deletion(-) 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