mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
Move scripts/worker.php to bin/
This commit is contained in:
parent
e7e497e244
commit
1c2deac7e5
7 changed files with 12 additions and 12 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue