Well, it's doing something.
This commit is contained in:
2
grpoppro
2
grpoppro
@@ -634,7 +634,7 @@ mkdir -p "$GRPOPPRO_DATA_DIR"
|
|||||||
# Exit if a VPN connection is active
|
# Exit if a VPN connection is active
|
||||||
if [[ "$OSTYPE" == "linux-gnu" ]]; then
|
if [[ "$OSTYPE" == "linux-gnu" ]]; then
|
||||||
if nmcli connection show --active | grep -i -q wireguard; 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
|
exit 0
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user