mirror of
https://github.com/friendica/friendica
synced 2025-04-27 10:30:10 +00:00
Adapt run-command for console.php executions
This commit is contained in:
parent
c79f0c83a7
commit
eb0c38f90f
3 changed files with 10 additions and 5 deletions
|
@ -115,7 +115,7 @@ class Daemon
|
|||
private static function spawn()
|
||||
{
|
||||
Logger::notice('Starting new daemon process');
|
||||
DI::system()->run('bin/console.php daemon', ['start']);
|
||||
DI::system()->run('bin/console.php', ['start']);
|
||||
Logger::notice('New daemon process started');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue