From eec8910fdbd37ae1cd9c03e71eee3901e7563a49 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Fri, 21 Jul 2023 16:18:45 +0200 Subject: [PATCH] test --- nextcloud/Dockerfile | 7 ++++--- nextcloud/config.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 85f2a5a5a..89e444cdf 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -55,10 +55,11 @@ RUN \ echo "/./etc/entrypoint.sh" >> /etc/s6-overlay/s6-rc.d/init-nextcloud-config/run && \ chmod 777 /migrations/02-default-location && \ sed -i "1a /./defaults/nextcloud-perms.sh" /migrations/02-default-location && \ + \ # Ensure correct data mount first - sed -i "1a /./scripts2/00-smb_mounts.sh" /migrations/02-default-location && \ - sed -i "1a /./scripts2/00-local_mounts.sh" /migrations/02-default-location && \ - sed -i "1a /./scripts2/00-banner.sh" /migrations/02-default-location + sed -i "1a /./scripts2/00-banner.sh" /etc/s6-overlay/s6-rc.d/init-adduser/run && \ + echo "/./scripts2/00-smb_mounts.sh" >> /etc/s6-overlay/s6-rc.d/init-adduser/run && \ + echo "/./scripts2/00-local_mounts.sh" >> /etc/s6-overlay/s6-rc.d/init-adduser/run # Global LSIO modifications ARG CONFIGLOCATION="/data/config" diff --git a/nextcloud/config.json b/nextcloud/config.json index f45a413da..2f4fc498a 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.0-test_DO_NOT_INSTALL2", + "version": "27.0.0-test_DO_NOT_INSTALL3", "webui": "https://[HOST]:[PORT:443]" } \ No newline at end of file