From 81d7270cbcd0b4530f29308664c5f9d5a2a93784 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 19:44:34 +0000 Subject: [PATCH 1/7] GitHub bot : scripts executable --- nextcloud/rootfs/etc/cont-init.d/98-upgrade.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 nextcloud/rootfs/etc/cont-init.d/98-upgrade.sh diff --git a/nextcloud/rootfs/etc/cont-init.d/98-upgrade.sh b/nextcloud/rootfs/etc/cont-init.d/98-upgrade.sh old mode 100644 new mode 100755 From 197f1dbedf65a57faec7f567442feeb78c4bb20e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 31 Mar 2023 21:45:31 +0200 Subject: [PATCH 2/7] Update CHANGELOG.md --- nextcloud/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index f8341862d..62efbb044 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,4 @@ +### 26.0.0-5 (31-03-2023) - WARNING : PLEASE BACKUP NEXTCLOUD & MARIADB ADDONS BEFORE UPDATING ! - WARNING : Enables by default updater ; you can disable it with the option "disable_updates" - Improved updater code From 0671ac31b1e007607314aa22825172091fe7f288 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 31 Mar 2023 21:45:49 +0200 Subject: [PATCH 3/7] Update CHANGELOG.md --- nextcloud/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 62efbb044..6f50cf9a0 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,6 +1,6 @@ ### 26.0.0-5 (31-03-2023) -- WARNING : PLEASE BACKUP NEXTCLOUD & MARIADB ADDONS BEFORE UPDATING ! -- WARNING : Enables by default updater ; you can disable it with the option "disable_updates" +- ⚠ WARNING : PLEASE BACKUP NEXTCLOUD & MARIADB ADDONS BEFORE UPDATING ! +- ⚠ WARNING : Enables by default updater ; you can disable it with the option "disable_updates" - Improved updater code - Autocorrection of permission errors in data directory From 6d4f20d3ade80ee469c814f7f2865976d754f2c3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 31 Mar 2023 21:46:07 +0200 Subject: [PATCH 4/7] Update CHANGELOG.md --- nextcloud/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 6f50cf9a0..7eaec3b18 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,6 +1,6 @@ ### 26.0.0-5 (31-03-2023) -- ⚠ WARNING : PLEASE BACKUP NEXTCLOUD & MARIADB ADDONS BEFORE UPDATING ! -- ⚠ WARNING : Enables by default updater ; you can disable it with the option "disable_updates" +- ⚠ WARNING : PLEASE BACKUP NEXTCLOUD & MARIADB ADDONS BEFORE UPDATING ! +- ⚠ WARNING : Enables by default updater ; you can disable it with the option "disable_updates" - Improved updater code - Autocorrection of permission errors in data directory From f9b3e59f858a340f2fb9cac6756fde36d21b7d74 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 31 Mar 2023 21:51:10 +0200 Subject: [PATCH 5/7] Update CHANGELOG.md --- nextcloud/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 7eaec3b18..1b90ba83b 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,5 +1,5 @@ ### 26.0.0-5 (31-03-2023) -- ⚠ WARNING : PLEASE BACKUP NEXTCLOUD & MARIADB ADDONS BEFORE UPDATING ! +- ⚠⚠️ WARNING : PLEASE BACKUP NEXTCLOUD & MARIADB ADDONS BEFORE UPDATING ! - ⚠ WARNING : Enables by default updater ; you can disable it with the option "disable_updates" - Improved updater code - Autocorrection of permission errors in data directory From bef4828e0383ddf53a776c2716f00d47f66adde9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 31 Mar 2023 21:51:58 +0200 Subject: [PATCH 6/7] Update CHANGELOG.md --- nextcloud/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 1b90ba83b..7eaec3b18 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,5 +1,5 @@ ### 26.0.0-5 (31-03-2023) -- ⚠⚠️ WARNING : PLEASE BACKUP NEXTCLOUD & MARIADB ADDONS BEFORE UPDATING ! +- ⚠ WARNING : PLEASE BACKUP NEXTCLOUD & MARIADB ADDONS BEFORE UPDATING ! - ⚠ WARNING : Enables by default updater ; you can disable it with the option "disable_updates" - Improved updater code - Autocorrection of permission errors in data directory From 465b2fc078f7339d979d9d7c3f9ac304edb1599c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 31 Mar 2023 21:54:20 +0200 Subject: [PATCH 7/7] Update 01-custom_script.sh --- .templates/01-custom_script.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.templates/01-custom_script.sh b/.templates/01-custom_script.sh index 7cfacb836..28ddbadfd 100755 --- a/.templates/01-custom_script.sh +++ b/.templates/01-custom_script.sh @@ -11,14 +11,11 @@ if [ -f /config/"${slug}".sh ]; then mv -f /config/"${slug}".sh /config/addons_autoscripts/"${slug}".sh fi -# Convert scripts to linux -if [ -f /usr/bin/dos2unix ]; then - dos2unix /config/addons_autoscripts/"${slug}".sh -fi - # Execute scripts if [ -f /config/addons_autoscripts/"${slug}".sh ]; then bashio::log.info "... script found, executing" + # Convert scripts to linux + dos2unix /config/addons_autoscripts/"${slug}".sh chmod +x /config/addons_autoscripts/"${slug}".sh /./config/addons_autoscripts/"${slug}".sh else