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>2018-03-17 14:35:12 +0300
committernachoparker <nacho@ownyourbits.com>2018-03-17 14:35:44 +0300
commit30f5756d10b7303731018b298ae3b84679bd6b17 (patch)
treeaf9cae723b6fbfa561448a21ddc0c7130386b449
parent436cd9fd2e4fc68e5e4716bee0f842304055ebca (diff)
fix web update to NC13.0.1 with .well-known existencev0.53.1
-rw-r--r--changelog.md6
-rwxr-xr-xupdate.sh3
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