From ad8aaefc0cd4a8a23772e9c4ce35a121d0fbc1e4 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 22 Jul 2023 10:07:38 +0200 Subject: [PATCH] update --- nextcloud/config.json | 2 +- nextcloud/rootfs/defaults/nextcloud-perms.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud/config.json b/nextcloud/config.json index a68e6016a..a5daca4a8 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -124,6 +124,6 @@ "slug": "nextcloud_ocr", "uart": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "27.0.1-4", + "version": "27.0.1-5", "webui": "https://[HOST]:[PORT:443]" } \ No newline at end of file diff --git a/nextcloud/rootfs/defaults/nextcloud-perms.sh b/nextcloud/rootfs/defaults/nextcloud-perms.sh index a8947d869..9d09e48ba 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}"/ chmod +x "${ocpath}"/occ -for folder in "${ocpath}"/apps/ "${ocpath}"/assets/ "${ocpath}"/config/ "${ocpath}"/data/ "${ocpath}"/themes/ "${datadirectory}" /ssl/nextcloud/keys; do +for folder in "${ocpath}"/apps/ "${ocpath}"/assets/ "${ocpath}"/config/ "${ocpath}"/data/ "${ocpath}"/themes/ /ssl/nextcloud/keys; do chown -R ${htuser}:${htgroup} "$folder" || true done