From 091a58ac9484b9c81c7bf25aaf1d60cbf111751a Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Mon, 12 May 2014 23:38:40 +0000 Subject: [PATCH] dns_update needs to run with bash when run directly, see #39 --- scripts/dns_update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/dns_update.sh b/scripts/dns_update.sh index c8f99f3b..bac81806 100755 --- a/scripts/dns_update.sh +++ b/scripts/dns_update.sh @@ -1,3 +1,4 @@ +#!/bin/bash # DNS: Creates DNS zone files #############################