Well, it's doing something.

This commit is contained in:
2025-01-25 06:41:24 +02:00
parent aac3ab50b0
commit 74755a8cf3

View File

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