mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 22:04:00 -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
|
fi
|
||||||
|
|
||||||
if [ -e '/etc/bind/named.conf' ]; then
|
if [ -e '/etc/bind/named.conf' ]; then
|
||||||
dns_conf='/etc/bin/named.conf'
|
dns_conf='/etc/bind/named.conf'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Deleting domain in named.conf
|
# Deleting domain in named.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue