diff --git a/Linux/speedtest.sh b/Linux/speedtest.sh old mode 100644 new mode 100755 index 660bec3..875fec4 --- a/Linux/speedtest.sh +++ b/Linux/speedtest.sh @@ -60,7 +60,7 @@ INFO=$(curl -s https://ipv4.am.i.mullvad.net/json | python -m json.tool) # Get Reported IP IP=$(echo "$INFO" | grep -oE '"ip":\s*"[^"]+"' | grep -oE '[0-9.]+') # Get Reported ISP -ORG=$(echo "$INFO" | grep -oP '(?<="organization": ")[^"]+') +ORG=$(echo "$INFO" | grep -oP '(?<="organization":")[^"]+')