Mercurial > hg > anonet-resdb
changeset 745:60d4fd0dbb3f draft
bugfix (thx Nomius)
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Thu, 10 Nov 2011 05:42:38 +0000 |
parents | 1da493e6b1e7 |
children | 3b3f6b3d0501 |
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 Wed Nov 09 01:11:17 2011 +0000 +++ b/scripts/nameserver_autogen/dnsmasq_tld_conffile Thu Nov 10 05:42:38 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