diff --git a/changelog.md b/changelog.md index 2c79d04a9..b291240a2 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 58becd49b..4249180cb 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