From 86ec0f6da7e4e7a64bbee0d6753a9c94719de607 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Fri, 25 Jul 2014 12:15:30 +0000 Subject: [PATCH] the cron job to re-sign DNSSEC zones was still not working because the script needed a hash-bang line; what I did in 65c3a44e63b24c1d428bd0a53c9f6b6b34a6a858 didn't actually fix the problem --- setup/dns.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/dns.sh b/setup/dns.sh index c7c64610..1484d0e8 100755 --- a/setup/dns.sh +++ b/setup/dns.sh @@ -65,6 +65,7 @@ fi # Force the dns_update script to be run every day to re-sign zones for DNSSEC. cat > /etc/cron.daily/mailinabox-dnssec << EOF; +#!/bin/bash # Mail-in-a-Box # Re-sign any DNS zones with DNSSEC because the signatures expire periodically. `pwd`/tools/dns_update