Skip to content

Commit 1ded5d2

Browse files
authored
GDPR ack option (alexjustesen#21)
1 parent 86f2e84 commit 1ded5d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/Jobs/ExecSpeedtest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public function handle()
3838
$args = [
3939
'speedtest',
4040
'--accept-license',
41+
'--accept-gdpr',
4142
'--format=json',
4243
];
4344

config.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ notifications:
1616
speedtest:
1717
enabled: true
1818
schedule: '*/60 * * * *' # every hour
19-
ookla_server_id: null # specify a server ID to use a sepecific server
19+
ookla_server_id: null # specify a server ID to use a specific server
2020
tz: 'UTC'

0 commit comments

Comments
 (0)