mirror of
https://github.com/friendica/friendica
synced 2025-04-24 23:10:11 +00:00
Replace 'bin/worker.php' calls and help
This commit is contained in:
parent
7b952e3c94
commit
c79f0c83a7
6 changed files with 13 additions and 13 deletions
|
@ -1207,7 +1207,7 @@ class Worker
|
|||
if (Worker\Daemon::isMode() && DI::config()->get('system', 'worker_fork')) {
|
||||
self::forkProcess($do_cron);
|
||||
} else {
|
||||
DI::system()->run('bin/worker.php', ['no_cron' => !$do_cron]);
|
||||
DI::system()->run('bin/console.php worker', ['no_cron' => !$do_cron]);
|
||||
}
|
||||
if (Worker\Daemon::isMode()) {
|
||||
Worker\IPC::SetJobState(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue