UX improvements
This commit is contained in:
parent
1312a89095
commit
9fb6a23389
1 changed files with 2 additions and 1 deletions
|
|
@ -363,9 +363,10 @@ if [[ -e /etc/openvpn/server.conf ]]; then
|
|||
sed -i 's|include: "\/etc\/unbound\/unbound.conf.d\/\*.conf"||' /etc/unbound/unbound.conf
|
||||
fi
|
||||
|
||||
rm ${UNBOUND_CONF_D}/openvpn.conf
|
||||
rm ${UNBOUND_CONF_D}/openvpn.conf >> /dev/null 2>&1
|
||||
|
||||
until [[ $REMOVE_UNBOUND == "y" || $REMOVE_UNBOUND == "n" ]]; do
|
||||
echo ""
|
||||
read -rp "Do you want to remove Unbound, too? [y/n]: " -e REMOVE_UNBOUND
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue