From c1ee7928aadbdbbd5f3ced4809a2854ec88c3cf9 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Thu, 2 Oct 2014 12:08:06 +0200 Subject: [PATCH] no need to fix unhosted dns at install time --- install/alternc.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/alternc.install b/install/alternc.install index 8a43f490..3692a2d2 100644 --- a/install/alternc.install +++ b/install/alternc.install @@ -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"