]> git.mxchange.org Git - friendica.git/blobdiff - bin/daemon.php
adapt return type
[friendica.git] / bin / daemon.php
index ef5886c0bfb5d7167839fba3f4d33660e63cd5f3..880115d0d01fb8a8ff94b103c3288d115062d483 100755 (executable)
@@ -76,8 +76,8 @@ DI::config()->load();
 if (empty(DI::config()->get('system', 'pidfile'))) {
        die(<<<TXT
 Please set system.pidfile in config/local.config.php. For example:
-
-    'system' => [
+    
+    'system' => [ 
         'pidfile' => '/path/to/daemon.pid',
     ],
 TXT