Skip to content

Commit

Permalink
fixed typo "bin" instead of "bind"
Browse files Browse the repository at this point in the history
  • Loading branch information
serghey-rodin committed Oct 7, 2013
1 parent 976e583 commit aedb109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/v-delete-dns-domain
Expand Up @@ -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
Expand Down

0 comments on commit aedb109

Please sign in to comment.