From: Michael <heluecht@pirati.ca>
Date: Thu, 22 Sep 2022 04:33:00 +0000 (+0000)
Subject: Reverting changes
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=30eb511da3098785f6a2bbe188b3be26d907467e;p=friendica.git

Reverting changes
---

diff --git a/bin/daemon.php b/bin/daemon.php
index ef5886c0bf..880115d0d0 100755
--- a/bin/daemon.php
+++ b/bin/daemon.php
@@ -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