From 0b6ebf4ea1eff2fe1f24e9a5fa6ce216eed85b19 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 3 Nov 2025 10:58:05 +0100 Subject: [PATCH] Fix command call --- Blacklight/TmuxRun.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blacklight/TmuxRun.php b/Blacklight/TmuxRun.php index d769d150e..f0f9e63fc 100755 --- a/Blacklight/TmuxRun.php +++ b/Blacklight/TmuxRun.php @@ -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" );