diff --git a/grpoppro b/grpoppro index b9e0db6..d4bdb9e 100755 --- a/grpoppro +++ b/grpoppro @@ -12,9 +12,11 @@ player="mpv" mkdir -p "$GRPOPPRO_DATA_DIR" -if nmcli connection show --active | grep -i -q wireguard; then - echo exiting because vpn is active - exit 0 +if [[ "$OSTYPE" == "linux-gnu" ]]; then + if nmcli connection show --active | grep -i -q wireguard; then + echo "Exiting because a vpn connection is active" + exit 0 + fi fi function getFzfForTermux {