mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
fixed typo "bin" instead of "bind"
This commit is contained in:
parent
976e58302e
commit
aedb10901f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue