Updated HOME prefix

This commit is contained in:
Henry Whitaker
2020-08-03 11:46:03 +01:00
parent 538305470d
commit be5d1fa2ef
4 changed files with 29 additions and 110 deletions

View File

@@ -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');
}
}