mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-24 05:56:02 +03:00
Compare commits
2 Commits
514901fd0b
...
193fe396a1
Author | SHA1 | Date | |
---|---|---|---|
|
193fe396a1 | ||
|
f895b55058 |
@ -362,7 +362,8 @@ function revokeClient() {
|
|||||||
|
|
||||||
function uninstallWg() {
|
function uninstallWg() {
|
||||||
echo ""
|
echo ""
|
||||||
read -rp "Do you really want to remove WireGuard? [y/n]: " -e -i n REMOVE
|
read -rp "Do you really want to remove WireGuard? [y/n]: " -e REMOVE
|
||||||
|
REMOVE=${REMOVE:-n}
|
||||||
if [[ $REMOVE == 'y' ]]; then
|
if [[ $REMOVE == 'y' ]]; then
|
||||||
checkOS
|
checkOS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user