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.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 44f3a716..a49d3fd6 100755
--- a/update.sh
+++ b/update.sh
@@ -59,6 +59,10 @@ activate_script unattended-upgrades.sh
# for old image users, save default password
test -f /root/.my.cnf || echo -e "[client]\npassword=ownyourbits" > /root/.my.cnf
+# fix updates from NC12 to NC12.0.1
+chown www-data /var/www/nextcloud/.htaccess
+rm -rf /var/www/nextcloud/.well-known
+
# License
#
# This script is free software; you can redistribute it and/or modify it