From 0b70f84c11e932a1f4183192f56196828d47288c Mon Sep 17 00:00:00 2001 From: angristan Date: Sat, 15 Sep 2018 20:34:44 +0200 Subject: [PATCH] UX improvements --- openvpn-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index c06a091..88173e4 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -367,7 +367,9 @@ if [[ -e /etc/openvpn/server.conf ]]; then until [[ $REMOVE_UNBOUND == "y" || $REMOVE_UNBOUND == "n" ]]; do echo "" - read -rp "Do you want to remove Unbound, too? [y/n]: " -e REMOVE_UNBOUND + echo "If you were already using Unbound before installing OpenVPN, I removed the configuration related to OpenVPN." + echo "You can keep using Unbound as before." + read -rp "Do you want to completely remove Unbound? [y/n]: " -e REMOVE_UNBOUND done if [[ "$REMOVE_UNBOUND" = 'y' ]]; then