A fix I believe, not like I tested or anything
This commit is contained in:
4
grpoppro
4
grpoppro
@@ -12,10 +12,12 @@ player="mpv"
|
||||
|
||||
mkdir -p "$GRPOPPRO_DATA_DIR"
|
||||
|
||||
if [[ "$OSTYPE" == "linux-gnu" ]]; then
|
||||
if nmcli connection show --active | grep -i -q wireguard; then
|
||||
echo exiting because vpn is active
|
||||
echo "Exiting because a vpn connection is active"
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
|
||||
function getFzfForTermux {
|
||||
if command -v fzf >/dev/null 2>&1; then
|
||||
|
||||
Reference in New Issue
Block a user