Fix keyValue() call at daemon.php

This commit is contained in:
Philipp Holzer 2023-01-03 23:58:33 +01:00
parent 4c2fc3ea38
commit 317c525cbe
Signed by: nupplaPhil
GPG Key ID: 24A7501396EB5432
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ if ($mode == 'status') {
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");
}