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:
authorTomTurnschuh <36013390+TomTurnschuh@users.noreply.github.com>2018-10-07 22:26:17 +0300
committernachoparker <nacho@ownyourbits.com>2018-10-07 22:26:17 +0300
commit694a885597727c93672c099d6056d710a0435b19 (patch)
tree4a3db07dde4a2339ff4fafce64378225cab92d93
parentc6da8a9c565675085b5b1ab6ce8f5f19ff88f2fb (diff)
DDNS_spDYN reinstall DDNS_spDYN for use of IPv6 (#642)v0.62.9
-rwxr-xr-xupdate.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 89f52d7f..a51777bb 100755
--- a/update.sh
+++ b/update.sh
@@ -163,6 +163,11 @@ EOF
[[ $mail_smtpmode == "php" ]] && {
sudo -u www-data php /var/www/nextcloud/occ config:system:set mail_smtpmode --value="sendmail"
}
+
+ # Reinstall DDNS_spDYN for use of IPv6
+ rm -r /usr/local/etc/spdnsupdater
+ cd /usr/local/etc/ncp-config.d
+ install_script DDNS_spDYN.sh
# update nc-restore
cd "$CONFDIR" &>/dev/null