diff options
author | Stanislas Lange <git@slange.me> | 2022-10-16 22:01:08 +0200 |
---|---|---|
committer | Stanislas Lange <git@slange.me> | 2022-10-16 22:01:08 +0200 |
commit | 193fe396a18682c0c90684f03af0efed5043e2a2 (patch) | |
tree | e0827d042fd38d47694cd1be6c76b508270a1bdc | |
parent | f895b55058ea54c2aa2d645c3ff33166e79a54d2 (diff) |
Remove trailing space
-rw-r--r-- | wireguard-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |