Update run-all-speedtests.sh

This commit is contained in:
2023-05-21 22:24:40 -05:00
parent 43b2fe9bf5
commit ae87c9b6c6

View File

@@ -24,7 +24,7 @@ case $continue in
sid='^[[:digit:]]{4,6}$'
[[ ${serverID} =~ ${sid} ]] && echo -e "${idsCL[Green]}Running on '${serverID}'${idsCL[Default]}" && echo 'YES' # && speedtest -s ${serverID}
done
echo
;;
esac