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