Update run-all-speedtests.sh

This commit is contained in:
2023-05-21 22:29:10 -05:00
parent 7e3e682c10
commit 41d5ac88f4

View File

@@ -9,7 +9,7 @@ else
fi
echo
if [ "${1}" == "" ]
if [ "${1}" == "" ]; then
echo -e "${idsCL[LightGreen]}Run All Local Speedtests${idsCL[Default]}"
local_servers=$(speedtest -L)
test_servers=(${local_servers//$'\n'/ })