diff --git a/app/Http/Controllers/Admin/helpdesk/SettingsController.php b/app/Http/Controllers/Admin/helpdesk/SettingsController.php index a984d6ab7..adba3e508 100644 --- a/app/Http/Controllers/Admin/helpdesk/SettingsController.php +++ b/app/Http/Controllers/Admin/helpdesk/SettingsController.php @@ -356,8 +356,8 @@ class SettingsController extends Controller $workflow = $workflow->whereId('1')->first(); $cron_path = base_path('artisan'); - $command = ":-
***** php $cron_path schedule:run >> /dev/null 2>&1"; - $shared = ":-
/usr/bin/php-cli -q $cron_path schedule:run >> /dev/null 2>&1"; + $command = ":-
***** php $cron_path schedule:run > /dev/null 2>&1"; + $shared = ":-
/usr/bin/php-cli -q $cron_path schedule:run > /dev/null 2>&1"; $warn = ''; $condition = new \App\Model\MailJob\Condition(); $job = $condition->checkActiveJob();