1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-01 11:00:48 +00:00

Better bash

This commit is contained in:
angristan 2018-09-16 01:26:37 +02:00
parent 62380c512b
commit 3209441775

View File

@ -455,8 +455,8 @@ else
read -rp "Apply configuration changes to Unbound? [y/n]: " -e CONTINUE
done
if [[ $CONTINUE = "n" ]];then
DNS=""
CONTINUE=""
unset DNS
unset CONTINUE
fi
fi
done