From 8cfd019bdb3ff1d4ec71ff6a719b64f3b91be018 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 23 Mar 2025 16:08:15 +0100 Subject: [PATCH] Update 01-folders.sh --- nextcloud/rootfs/etc/cont-init.d/01-folders.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/rootfs/etc/cont-init.d/01-folders.sh b/nextcloud/rootfs/etc/cont-init.d/01-folders.sh index 615b89e04..bac38eed8 100755 --- a/nextcloud/rootfs/etc/cont-init.d/01-folders.sh +++ b/nextcloud/rootfs/etc/cont-init.d/01-folders.sh @@ -48,7 +48,7 @@ if bashio::config.true "skip_permissions_check"; then bashio::log.yellow "--------------------------------------------" bashio::log.yellow "Permissions check skipped : \"skip_permissions_check\" is true" bashio::log.yellow "--------------------------------------------" -elif [[ "$PUID" != "0" ]] && [[ "$PGID" != "0" ]]; then +elif [[ "$PUID" = "0" ]] && [[ "$PGID" = "0" ]]; then bashio::log.yellow "--------------------------------------------" bashio::log.yellow "Permissions check skipped : \"PUID and PGID are 0\" is true" bashio::log.yellow "--------------------------------------------"