]> git.mxchange.org Git - friendica.git/blobdiff - bin/daemon.php
Merge pull request #4922 from tobiasd/20180424-lng
[friendica.git] / bin / daemon.php
old mode 100644 (file)
new mode 100755 (executable)
index b53a69e..6b0e377
@@ -104,7 +104,7 @@ while (true) {
        set_time_limit(0);
 
        // Call the worker
-       $cmdline = $php.' scripts/worker.php';
+       $cmdline = $php.' bin/worker.php';
 
        $executed = false;