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 17d2e5d6..35ab8a41 100755
--- a/update.sh
+++ b/update.sh
@@ -144,6 +144,9 @@ chmod 770 /var/www/ncp-web
EOF
}
+ # NC14 doesnt support php mail
+ sudo -u www-data php /var/www/nextcloud/occ config:system:set mail_smtpmode --value="sendmail"
+
} # end - only live updates
exit 0