Skip to content

Commit 43a88f5

Browse files
authored
add selection details option to speedtest command (alexjustesen#2572)
Co-authored-by: Alex Justesen <[email protected]>
1 parent b21f0f1 commit 43a88f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Jobs/Ookla/RunSpeedtestJob.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public function handle(): void
6060
'speedtest',
6161
'--accept-license',
6262
'--accept-gdpr',
63+
'--selection-details',
6364
'--format=json',
6465
$this->result->server_id ? '--server-id='.$this->result->server_id : null,
6566
config('speedtest.interface') ? '--interface='.config('speedtest.interface') : null,

0 commit comments

Comments
 (0)