diff --git a/app/Jobs/ExecSpeedtest.php b/app/Jobs/ExecSpeedtest.php index 42517f135..f11e8adf8 100644 --- a/app/Jobs/ExecSpeedtest.php +++ b/app/Jobs/ExecSpeedtest.php @@ -38,6 +38,7 @@ public function handle() $args = [ 'speedtest', '--accept-license', + '--accept-gdpr', '--format=json', ]; diff --git a/config.example.yml b/config.example.yml index 5251b17d5..4a35b5305 100644 --- a/config.example.yml +++ b/config.example.yml @@ -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'