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:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 3 insertions, 0 deletions
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