no need to fix unhosted dns at install time

This commit is contained in:
Benjamin Sonntag 2014-10-02 12:08:06 +02:00
parent cf37cd3a29
commit c1ee7928aa
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ chmod g+r /etc/dovecot/dovecot.conf
chown -R alterncpanel:alterncpanel "/usr/share/alternc/panel/"
# We force the re-computing of the DNS zones, since we may have changed the IP address (see #460)
/usr/bin/mysql --defaults-file="/etc/alternc/my.cnf" -B -e "update domaines set dns_action='update';"
/usr/bin/mysql --defaults-file="/etc/alternc/my.cnf" -B -e "update domaines set dns_action='UPDATE' WHERE gesdns=1;"
# We ensure localhost is trusted to opendkim
mkdir -p "/etc/opendkim/keys"