Browse Source

fixed typo "bin" instead of "bind"

Serghey Rodin 12 years ago
parent
commit
aedb10901f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/v-delete-dns-domain

+ 1 - 1
bin/v-delete-dns-domain

@@ -46,7 +46,7 @@ if [ -e '/etc/named.conf' ]; then
 fi
 
 if [ -e '/etc/bind/named.conf' ]; then
-    dns_conf='/etc/bin/named.conf'
+    dns_conf='/etc/bind/named.conf'
 fi
 
 # Deleting domain in named.conf