Update cron path
This commit is contained in:
parent
c5ab0978db
commit
ac7a5a65e5
@ -38,10 +38,9 @@ class CronService extends Service
|
||||
}
|
||||
|
||||
$path = [
|
||||
'cd '.base_path(),
|
||||
'&&',
|
||||
$php_exec,
|
||||
'artisan schedule:run',
|
||||
base_path('artisan'),
|
||||
'schedule:run',
|
||||
];
|
||||
|
||||
return implode(' ', $path);
|
||||
|
Loading…
Reference in New Issue
Block a user