From 202331dbb514446ec9cbf04dee56a0434c72727a Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 10 Nov 2011 05:42:38 +0000 Subject: bugfix (thx Nomius) --- scripts/nameserver_autogen/dnsmasq_tld_conffile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nameserver_autogen/dnsmasq_tld_conffile b/scripts/nameserver_autogen/dnsmasq_tld_conffile index f155601..95c1a48 100755 --- a/scripts/nameserver_autogen/dnsmasq_tld_conffile +++ b/scripts/nameserver_autogen/dnsmasq_tld_conffile @@ -31,7 +31,7 @@ echo for tld in $($LS db/dom/); do for domain in $($LS db/dom/${tld}/); do - if [ -d $($LS db/dom/${tld}/{$domain}/ns/ ]; then + if [ -d $($LS db/dom/${tld}/{$domain}/ns/) ]; then for ns in $($LS db/dom/${tld}/${domain}/ns/); do STR="server=/${domain}.${tld}/$(scripts/ns2ip -f ${ns})" echo $STR -- cgit v1.2.3