]> git.mxchange.org Git - friendica.git/commitdiff
Reverting changes
authorMichael <heluecht@pirati.ca>
Thu, 22 Sep 2022 04:33:00 +0000 (04:33 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 22 Sep 2022 04:33:00 +0000 (04:33 +0000)
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