the cron job to re-sign DNSSEC zones was still not working because the script needed a hash-bang line; what I did in 65c3a44e63 didn't actually fix the problem

This commit is contained in:
Joshua Tauberer 2014-07-25 12:15:30 +00:00
parent f50cf10249
commit 86ec0f6da7
1 changed files with 1 additions and 0 deletions

View File

@ -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