Skip to content

Commit 26a729f

Browse files
authored
Update Wifi-Diagnostic.sh
Updated --simple to --secure. # Run the speed test speed_test=$(speedtest-cli --secure 2>/dev/null) speed_test_exit_code=$?
1 parent 30908ef commit 26a729f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Network-Diagnostic-Scripts/Wifi-Diagnostic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ perform_speed_test() {
256256
loading_pid=$!
257257

258258
# Run the speed test
259-
speed_test=$(speedtest-cli --simple 2>/dev/null)
259+
speed_test=$(speedtest-cli --secure 2>/dev/null)
260260
speed_test_exit_code=$?
261261

262262
# Stop the loading bar

0 commit comments

Comments
 (0)