mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-04 19:43:29 +03:00
Remove trailing space
This commit is contained in:
parent
f895b55058
commit
193fe396a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue