Skip to content

Commit

Permalink
Remove commented out and no longer used line.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Aug 20, 2024
1 parent 69adc96 commit 2146644
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Models/QueueModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ public function start()
log_message('debug', $command);
@exec($command);
} else {
// $command = 'nohup php ' . $this->config->config['base_path'] . '/www/open-audit/index.php util queue > /dev/null 2>&1 &';
$command = 'nohup php ' . FCPATH . 'index.php queue start > /dev/null 2>&1 &';
log_message('debug', $command);
@exec($command);
Expand Down

0 comments on commit 2146644

Please sign in to comment.