Fix end if
This commit is contained in:
parent
060a3005ad
commit
7bdc98f726
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ private-address: ::ffff:0:0/96" >> /etc/unbound/unbound.conf
|
||||||
elif [ -d "/etc/unbound/unbound.conf.d" ]; then
|
elif [ -d "/etc/unbound/unbound.conf.d" ]; then
|
||||||
# CentOS / Fedora
|
# CentOS / Fedora
|
||||||
UNBOUND_CONF_D="/etc/unbound/unbound.conf.d"
|
UNBOUND_CONF_D="/etc/unbound/unbound.conf.d"
|
||||||
else
|
fi
|
||||||
|
|
||||||
# Add OpenVPN integration
|
# Add OpenVPN integration
|
||||||
echo 'server:
|
echo 'server:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue