mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
Fix path that is left wrong for TvRage update scripts.
This commit is contained in:
@@ -473,9 +473,9 @@ class TmuxRun extends Tmux
|
||||
$log = $this->writelog($runVar['panes']['one'][3]);
|
||||
shell_exec("tmux respawnp -t{$runVar['constants']['tmux_session']}:1.2 ' \
|
||||
{$runVar['commands']['_phpn']} {$runVar['paths']['misc']}update_scripts/update_theaters.php $log; \
|
||||
{$runVar['commands']['_phpn']} {$runVar['paths']['misc']}update_scripts/nix_scripts/tmux/lib/testing/PostProc/populate_tvrage.php true $log; \
|
||||
{$runVar['commands']['_phpn']} {$runVar['paths']['misc']}testing/PostProc/populate_tvrage.php true $log; \
|
||||
{$runVar['commands']['_phpn']} {$runVar['paths']['misc']}update_scripts/update_tvschedule.php $log; \
|
||||
{$runVar['commands']['_phpn']} {$runVar['paths']['misc']}update_scripts/nix_scripts/tmux/lib/testing/PostProc/updateTvRage.php $log; date +\"{$this->_dateFormat}\"' 2>&1 1> /dev/null"
|
||||
{$runVar['commands']['_phpn']} {$runVar['paths']['misc']}testing/PostProc/updateTvRage.php $log; date +\"{$this->_dateFormat}\"' 2>&1 1> /dev/null"
|
||||
);
|
||||
$runVar['timers']['timer4'] = time();
|
||||
break;
|
||||
@@ -498,9 +498,9 @@ class TmuxRun extends Tmux
|
||||
$log = $this->writelog($runVar['panes']['one'][0]);
|
||||
shell_exec("tmux respawnp -t{$runVar['constants']['tmux_session']}:1.0 ' \
|
||||
{$runVar['commands']['_phpn']} {$runVar['paths']['misc']}update_scripts/update_theaters.php $log; \
|
||||
{$runVar['commands']['_phpn']} {$runVar['paths']['misc']}update_scripts/nix_scripts/tmux/lib/testing/PostProc/populate_tvrage.php true $log; \
|
||||
{$runVar['commands']['_phpn']} {$runVar['paths']['misc']}testing/PostProc/populate_tvrage.php true $log; \
|
||||
{$runVar['commands']['_phpn']} {$runVar['paths']['misc']}update_scripts/update_tvschedule.php $log; \
|
||||
{$runVar['commands']['_phpn']} {$runVar['paths']['misc']}update_scripts/nix_scripts/tmux/lib/testing/PostProc/updateTvRage.php $log; date +\"{$this->_dateFormat}\"' 2>&1 1> /dev/null"
|
||||
{$runVar['commands']['_phpn']} {$runVar['paths']['misc']}testing/PostProc/updateTvRage.php $log; date +\"{$this->_dateFormat}\"' 2>&1 1> /dev/null"
|
||||
);
|
||||
$runVar['timers']['timer4'] = time();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user