changeset 746:3b3f6b3d0501 draft

bugfix (thx Nomius)
author Nick <nick@somerandomnick.ano>
date Thu, 10 Nov 2011 05:46:56 +0000
parents 60d4fd0dbb3f
children 04a5f1cdced7
files scripts/nameserver_autogen/dnsmasq_tld_conffile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/nameserver_autogen/dnsmasq_tld_conffile	Thu Nov 10 05:42:38 2011 +0000
+++ b/scripts/nameserver_autogen/dnsmasq_tld_conffile	Thu Nov 10 05:46:56 2011 +0000
@@ -31,7 +31,7 @@
 
 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