]> git.mxchange.org Git - friendica.git/blobdiff - bin/worker.php
Remove/replace killme() with *exit()
[friendica.git] / bin / worker.php
index 78b6da5857343598d81ce0825196d40fc4004b44..78b7a58a05cfcf24d72187197b319ec69bc3f3c4 100755 (executable)
@@ -44,7 +44,7 @@ $spawn = array_key_exists('s', $options) || array_key_exists('spawn', $options);
 
 if ($spawn) {
        Worker::spawnWorker();
-       killme();
+       exit();
 }
 
 $run_cron = !array_key_exists('n', $options) && !array_key_exists('no_cron', $options);