mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-23 21:46:02 +03:00
Remove trailing space
This commit is contained in:
parent
f895b55058
commit
193fe396a1
@ -362,7 +362,7 @@ function revokeClient() {
|
|||||||
|
|
||||||
function uninstallWg() {
|
function uninstallWg() {
|
||||||
echo ""
|
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}
|
REMOVE=${REMOVE:-n}
|
||||||
if [[ $REMOVE == 'y' ]]; then
|
if [[ $REMOVE == 'y' ]]; then
|
||||||
checkOS
|
checkOS
|
||||||
|
Loading…
Reference in New Issue
Block a user