Fix command call

This commit is contained in:
DariusIII
2025-11-03 10:58:05 +01:00
parent fc4d3e449d
commit 0b6ebf4ea1
+1 -1
View File
@@ -244,7 +244,7 @@ class TmuxRun extends Tmux
"tmux respawnp -t{$runVar['constants']['tmux_session']}:2.1 ' \
{$runVar['commands']['_php']} artisan multiprocessing:postprocess tv 2>&1 | tee -a $log; \
{$runVar['commands']['_php']} artisan multiprocessing:postprocess mov 2>&1 | tee -a $log; \
{$runVar['commands']['_php']} artisan multiprocessing:postprocess anime 2>&1 | tee -a $log; \ $log; \
{$runVar['commands']['_php']} artisan multiprocessing:postprocess ani 2>&1 | tee -a $log; \ $log; \
{$runVar['commands']['_php']} {$runVar['paths']['misc']}testing/PostProc/check_covers.php true $log; \
date +\"{$this->_dateFormat}\"; {$runVar['commands']['_sleep']} {$runVar['settings']['post_timer_non']}' 2>&1 1> /dev/null"
);