Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2021-01-20 03:25:26 +0300
committernachoparker <nacho@ownyourbits.com>2021-01-20 03:25:32 +0300
commitb978184ce6a5e7f7171bb73cdce8009367cfdaa9 (patch)
treee0b2ba6fdb592428f0ce3a2e56a5111c0c769063
parent84ccf94af74d1023b2bc892bcaa24c2c068c6850 (diff)
docker: fix datadir path contentsv1.34.7
Signed-off-by: nachoparker <nacho@ownyourbits.com>
-rw-r--r--changelog.md18
-rw-r--r--updates/1.37.0.sh1
2 files changed, 16 insertions, 3 deletions
diff --git a/changelog.md b/changelog.md
index 6e283911..33852676 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,11 +1,23 @@
-[v1.33.3](https://github.com/nextcloud/nextcloudpi/commit/863d91f) (2021-01-17) update cron interval
+[v1.34.7](https://github.com/nextcloud/nextcloudpi/commit/0cce679) (2021-01-19) docker: fix datadir path contents
-[v1.33.2](https://github.com/nextcloud/nextcloudpi/commit/8e2d639) (2021-01-17) wizard: fix letsencrypt empty email
+[v1.34.6](https://github.com/nextcloud/nextcloudpi/commit/84ccf94) (2021-01-18) docker: fix datadir path
+
+[v1.34.5 ](https://github.com/nextcloud/nextcloudpi/commit/afa39fb) (2021-01-18) ncp-config: shorten descriptions
+
+[v1.34.4 ](https://github.com/nextcloud/nextcloudpi/commit/3a3b6a7) (2021-01-17) btrfs-sync: check for existing keys
+
+[v1.34.3 ](https://github.com/nextcloud/nextcloudpi/commit/6cb682a) (2021-01-17) update cron interval
+
+[v1.34.2 ](https://github.com/nextcloud/nextcloudpi/commit/20bd14f) (2021-01-17) wizard: fix letsencrypt empty email
+
+[v1.34.1](https://github.com/nextcloud/nextcloudpi/commit/23eecff) (2021-01-01) unattended-upgrades: fix raspbian origin
+
+[v1.34.0 ](https://github.com/nextcloud/nextcloudpi/commit/ec428a2) (2021-01-01) upgrade to NC20.0.4
[v1.33.1 ](https://github.com/nextcloud/nextcloudpi/commit/42fd597) (2020-12-12) nc-update-nc: improve error messages
-[v1.33.0](https://github.com/nextcloud/nextcloudpi/commit/ffd0b44) (2020-12-10) upgrade to NC20.0.3
+[v1.33.0 ](https://github.com/nextcloud/nextcloudpi/commit/ffd0b44) (2020-12-10) upgrade to NC20.0.3
[v1.32.1 ](https://github.com/nextcloud/nextcloudpi/commit/35c0d96) (2020-11-30) nc-update-nc: ncp apps might not exist
diff --git a/updates/1.37.0.sh b/updates/1.37.0.sh
index c8874c3a..93df6c1d 100644
--- a/updates/1.37.0.sh
+++ b/updates/1.37.0.sh
@@ -21,6 +21,7 @@ rm "${crontab_tmp}"
# docker images only
[[ -f /.docker-image ]] && {
# fix build bug on v1.32.0
+ grep -q 'data-ro' /data/nextcloud/config/config.php && cp -raTn /data-ro/nextcloud /data/nextcloud
sed -i 's|data-ro|data|' /data/nextcloud/config/config.php
:
}