From 874c32601d7098850d45ec634bfe5091171e6f10 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 10 Nov 2011 05:46:56 +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 95c1a48..b418ac1 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