Skip to content

Commit

Permalink
forgot one
Browse files Browse the repository at this point in the history
  • Loading branch information
tbblake committed Jul 4, 2022
1 parent a543b27 commit 8a7a1ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test -z "$CAT" && echo "cat binary not found" && exit
test -z "$EGREP" && echo "egrep binary not found" && exit
test -z "$RM" && echo "rm binary not found" && exit

if [ "$($SPEEDTEST -V | egrep -c 'Speedtest by Ookla')" -lt 1 ];then
if [ "$($SPEEDTEST -V | $EGREP -c 'Speedtest by Ookla')" -lt 1 ];then
echo "The speedtest binary needs to be from Ookla."
echo "Please visit https://www.speedtest.net/apps/cli"
exit
Expand Down

0 comments on commit 8a7a1ac

Please sign in to comment.