diff --git a/src/App.php b/src/App.php index e5b95ec1d4..a1634e54f9 100644 --- a/src/App.php +++ b/src/App.php @@ -235,13 +235,13 @@ class App DI::config()->reload(); if (empty(DI::config()->get('system', 'pidfile'))) { - die(<< [ - 'pidfile' => '/path/to/daemon.pid', - ], - TXT + 'system' => [ + 'pidfile' => '/path/to/daemon.pid', + ], + TXT ); }