Compare commits

..

No commits in common. "193fe396a18682c0c90684f03af0efed5043e2a2" and "514901fd0b3083e357a1ffd0a260652ba9faf41f" have entirely different histories.

View File

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