Update run-all-speedtests.sh

This commit is contained in:
2023-05-21 21:56:45 -05:00
parent a55720851a
commit 11bd3eef15

View File

@@ -14,7 +14,7 @@ echo -e "${idsCL[LightGreen]}Run All Local Speedtests${idsCL[Default]}"
echo
test=$(speedtest -L)
array = preg_split("/\r\n|\n|\r/", $test);
array=preg_split("/\r\n|\n|\r/", $test);
for item in ${array[@]}; do
echo "$item - ${array[$item]}"