aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wireguard-install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/wireguard-install.sh b/wireguard-install.sh
index 97cf3f1..7b4ffe8 100644
--- a/wireguard-install.sh
+++ b/wireguard-install.sh
@@ -408,8 +408,8 @@ function revokeClient() {
function uninstallWg() {
echo ""
- echo "WARNING: This will uninstall WireGuard and remove all the configuration files!"
- echo "Please backup the /etc/wireguard directory if you want to keep your configuration files."
+ echo -e "\n${RED}WARNING: This will uninstall WireGuard and remove all the configuration files!${NC}"
+ echo -e "${ORANGE}Please backup the /etc/wireguard directory if you want to keep your configuration files.\n${NC}"
read -rp "Do you really want to remove WireGuard? [y/n]: " -e REMOVE
REMOVE=${REMOVE:-n}
if [[ $REMOVE == 'y' ]]; then