mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 23:03:36 +01:00
Updated HOME prefix
This commit is contained in:
@@ -38,6 +38,6 @@ class AcceptEULACommand extends Command
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
shell_exec('HOME=' . base_path() . '/ && ' . app_path() . '/Bin/speedtest --accept-license --accept-gdpr');
|
||||
shell_exec(config('speedtest.home') . ' && ' . app_path() . '/Bin/speedtest --accept-license --accept-gdpr');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user