From ab0c1e6a51a2ddc59c5e87eb168058b6756d7dce Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Thu, 27 Nov 2014 16:47:16 +0100 Subject: [PATCH] [fix] touching opendkim files in alternc.instal to prevent failure 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 3692a2d2..949ba468 100644 --- a/install/alternc.install +++ b/install/alternc.install @@ -583,6 +583,7 @@ chown -R alterncpanel:alterncpanel "/usr/share/alternc/panel/" mkdir -p "/etc/opendkim/keys" grep -q "^127.0.0.1\$" /etc/opendkim/TrustedHosts || echo "127.0.0.1" >>/etc/opendkim/TrustedHosts grep -q "^localhost\$" /etc/opendkim/TrustedHosts || echo "localhost" >>/etc/opendkim/TrustedHosts +touch /etc/opendkim/TrustedHosts /etc/opendkim/SigningTable /etc/opendkim/KeyTable # Add opendkim to service to restart SERVICES="$SERVICES opendkim" @@ -631,4 +632,3 @@ unlock_jobs # Rebuild all web configuration /usr/lib/alternc/rebuild_all_webconf.sh --force -