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