mirror of
https://github.com/friendica/friendica
synced 2024-11-17 23:03:41 +00:00
Fix keyValue() call at daemon.php
This commit is contained in:
parent
4c2fc3ea38
commit
317c525cbe
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ if ($mode == 'status') {
|
||||||
|
|
||||||
unlink($pidfile);
|
unlink($pidfile);
|
||||||
|
|
||||||
DI::config()->set('system', 'worker_daemon_mode', false);
|
DI::keyValue()->set('worker_daemon_mode', false);
|
||||||
die("Daemon process $pid isn't running.\n");
|
die("Daemon process $pid isn't running.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue