Fixed a merge error and updated the CSV file to remove the ping log

This commit is contained in:
Phil 2023-07-23 10:42:38 +01:00
parent bf47e027c6
commit e679c9499c
2 changed files with 1 additions and 7 deletions

View File

@ -1 +1 @@
Date,ISP,IP,Ping,Download,Upload
Date,ISP,IP,Download,Upload

1 Date ISP IP Ping Download Upload

View File

@ -24,12 +24,6 @@ IP=$(echo "$INFO" | grep -oE '"ip":\s*"[^"]+"' | grep -oE '[0-9.]+')
# Reported ISP
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
SPEEDTEST=$(speedtest-cli --csv)