From 193fe396a18682c0c90684f03af0efed5043e2a2 Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Sun, 16 Oct 2022 22:01:08 +0200 Subject: [PATCH] Remove trailing space --- wireguard-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireguard-install.sh b/wireguard-install.sh index 2f0a3e6..ff602b9 100644 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -362,7 +362,7 @@ function revokeClient() { function uninstallWg() { echo "" - read -rp "Do you really want to remove WireGuard? [y/n]: " -e REMOVE + read -rp "Do you really want to remove WireGuard? [y/n]: " -e REMOVE REMOVE=${REMOVE:-n} if [[ $REMOVE == 'y' ]]; then checkOS