Fixed a merge error and updated the CSV file to remove the ping log
This commit is contained in:
parent
bf47e027c6
commit
e679c9499c
@ -1 +1 @@
|
|||||||
Date,ISP,IP,Ping,Download,Upload
|
Date,ISP,IP,Download,Upload
|
||||||
|
|||||||
|
@ -24,12 +24,6 @@ IP=$(echo "$INFO" | grep -oE '"ip":\s*"[^"]+"' | grep -oE '[0-9.]+')
|
|||||||
# Reported ISP
|
# Reported ISP
|
||||||
ORG=$(echo "$INFO" | grep -oE '"organization":\s*"[^"]+"' | grep -oE '"[^"]+"' | tr -d '"')
|
ORG=$(echo "$INFO" | grep -oE '"organization":\s*"[^"]+"' | grep -oE '"[^"]+"' | tr -d '"')
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
# Set WAN Number
|
|
||||||
WAN="NUMBER"
|
|
||||||
|
|
||||||
>>>>>>> e74072aff15ddfef5a49aa6a3c1a5d270925c90c
|
|
||||||
# Run the speedtest and parse the output
|
# Run the speedtest and parse the output
|
||||||
SPEEDTEST=$(speedtest-cli --csv)
|
SPEEDTEST=$(speedtest-cli --csv)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user