1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-11-21 12:25:08 +00:00

Remove trailing space

This commit is contained in:
Stanislas Lange 2022-10-16 22:01:08 +02:00
parent f895b55058
commit 193fe396a1
No known key found for this signature in database

View File

@ -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