Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Feb 10, 2025
1 parent 5edfb18 commit f8c9818
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/controllers/Task/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -435,9 +435,9 @@ public function execute(array $tasksParams)
*/
public function executeId(int $id)
{
// $myprocess = new \Controllers\Process('/usr/bin/php ' . ROOT . '/tasks/execute.php --id="' . $id . '" >/dev/null 2>/dev/null &');
// $myprocess->execute();
// $myprocess->close();
$myprocess = new \Controllers\Process('/usr/bin/php ' . ROOT . '/tasks/execute.php --id="' . $id . '" >/dev/null 2>/dev/null &');
$myprocess->execute();
$myprocess->close();
}

/**
Expand Down

0 comments on commit f8c9818

Please sign in to comment.