repo: resdb
action: commit
revision: 
path_from: 
revision_from: 874c32601d7098850d45ec634bfe5091171e6f10:
path_to: 
revision_to: 
git.thebackupbox.net
resdb
git clone git://git.thebackupbox.net/resdb
commit 874c32601d7098850d45ec634bfe5091171e6f10
Author: Nick 
Date:   Thu Nov 10 05:46:56 2011 +0000

    bugfix (thx Nomius)

diff --git a/scripts/nameserver_autogen/dnsmasq_tld_conffile b/scripts/nameserver_autogen/dnsmasq_tld_conffile
index 95c1a48291966a38dd5a7da92b99391d1257985d..
index ..b418ac17664a3c24b707b91e5473b2e1c02bb2ed 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

-----END OF PAGE-----