We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f2e84 commit 1ded5d2Copy full SHA for 1ded5d2
app/Jobs/ExecSpeedtest.php
@@ -38,6 +38,7 @@ public function handle()
38
$args = [
39
'speedtest',
40
'--accept-license',
41
+ '--accept-gdpr',
42
'--format=json',
43
];
44
config.example.yml
@@ -16,5 +16,5 @@ notifications:
16
speedtest:
17
enabled: true
18
schedule: '*/60 * * * *' # every hour
19
- ookla_server_id: null # specify a server ID to use a sepecific server
+ ookla_server_id: null # specify a server ID to use a specific server
20
tz: 'UTC'
0 commit comments