Skip to content

Commit

Permalink
DDNS_spDYN reinstall DDNS_spDYN for use of IPv6 (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTurnschuh authored and nachoparker committed Oct 7, 2018
1 parent c6da8a9 commit 694a885
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 694a885

Please sign in to comment.