From 74755a8cf3e4464c254a7fe45f76c30552192799 Mon Sep 17 00:00:00 2001 From: konsthol Date: Sat, 25 Jan 2025 06:41:24 +0200 Subject: [PATCH] Well, it's doing something. --- grpoppro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpoppro b/grpoppro index 031fdde..9b8ffac 100755 --- a/grpoppro +++ b/grpoppro @@ -634,7 +634,7 @@ mkdir -p "$GRPOPPRO_DATA_DIR" # Exit if a VPN connection is active if [[ "$OSTYPE" == "linux-gnu" ]]; then if nmcli connection show --active | grep -i -q wireguard; then - echo "Exiting because a vpn connection is active" + message "Exiting because a vpn connection is active" exit 0 fi fi