Skip to content

Commit

Permalink
GDPR ack option (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelprete authored Sep 16, 2022
1 parent 86f2e84 commit 1ded5d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/Jobs/ExecSpeedtest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public function handle()
$args = [
'speedtest',
'--accept-license',
'--accept-gdpr',
'--format=json',
];

Expand Down
2 changes: 1 addition & 1 deletion config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ notifications:
speedtest:
enabled: true
schedule: '*/60 * * * *' # every hour
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
tz: 'UTC'

0 comments on commit 1ded5d2

Please sign in to comment.