aboutsummaryrefslogtreecommitdiff
path: root/wireguard-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'wireguard-install.sh')
-rw-r--r--wireguard-install.sh2
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