From 30f5756d10b7303731018b298ae3b84679bd6b17 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Sat, 17 Mar 2018 12:35:12 +0100 Subject: fix web update to NC13.0.1 with .well-known existence --- changelog.md | 6 ++++-- update.sh | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 2c79d04a..b291240a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,11 @@ -[v0.53.0](https://github.com/nextcloud/nextcloudpi/commit/51e88ec) (2018-03-17) update to NC 13.0.1 +[v0.53.1](https://github.com/nextcloud/nextcloudpi/commit/b2c50f5) (2018-03-17) fix web update to NC13.0.1 with .well-known existence + +[v0.53.0](https://github.com/nextcloud/nextcloudpi/commit/cf6c432) (2018-03-17) update to NC 13.0.1 [v0.52.2 ](https://github.com/nextcloud/nextcloudpi/commit/f5d0916) (2018-03-17) build: small script adjustments -[v0.52.1](https://github.com/nextcloud/nextcloudpi/commit/974da0f) (2018-03-16) docker: include nc-webui +[v0.52.1 ](https://github.com/nextcloud/nextcloudpi/commit/974da0f) (2018-03-16) docker: include nc-webui [v0.52.0](https://github.com/nextcloud/nextcloudpi/commit/3ff4e9d) (2018-03-12) added nc-rsync-auto diff --git a/update.sh b/update.sh index 58becd49..4249180c 100755 --- a/update.sh +++ b/update.sh @@ -290,6 +290,9 @@ ls -d /media/* &>/dev/null && { EOF chmod +x /usr/local/etc/nc-automount-links + # fix updates from NC12 to NC12.0.1 + rm -rf /var/www/nextcloud/.well-known + } # end - only live updates exit 0 -- cgit v1.2.3