Skip to content
This repository was archived by the owner on May 9, 2018. It is now read-only.

Commit 35be5bf

Browse files
author
Zachary DuBois
committed
Oops
1 parent 8f52957 commit 35be5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

do-cli-speedtest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ done
161161

162162
echo "$ok Latency test."
163163

164-
if [[ $disallowTracking == false ]]
164+
if [[ $disallowTracking == false ]] || [[ $disallowTracking == "" ]]
165165
then
166166
echo "$running Calling tracking URL."
167167
curl -s "https://we.destroy.tokyo/DOSTCLI-$testType" > /dev/null

0 commit comments

Comments
 (0)