mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix wrong path to removeCrapReleases in TmuxRun.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2015-10-21 DariusIII
|
||||
Fix: path to removeCrapReleases in TmuxRun.
|
||||
Fix: remove AdminPage use statement
|
||||
Fix: wrong $page usage
|
||||
Fix: missing Page in index.php
|
||||
|
||||
+2
-2
@@ -420,7 +420,7 @@ class TmuxRun extends Tmux
|
||||
case 'All':
|
||||
$log = $this->writelog($runVar['panes']['one'][1]);
|
||||
shell_exec("tmux respawnp -t{$runVar['constants']['tmux_session']}:1.1 ' \
|
||||
{$runVar['commands']['_php']} {$runVar['paths']['misc']}update_scripts/nix_scripts/tmux/lib/removeCrapReleases.php true 2 $log; \
|
||||
{$runVar['commands']['_php']} {$runVar['paths']['misc']}testing/Releases/removeCrapReleases.php true 2 $log; \
|
||||
date +\"{$this->_dateFormat}\"; {$runVar['commands']['_sleep']} {$runVar['settings']['crap_timer']}' 2>&1 1> /dev/null"
|
||||
);
|
||||
break;
|
||||
@@ -446,7 +446,7 @@ class TmuxRun extends Tmux
|
||||
// Run remove crap releases.
|
||||
shell_exec("tmux respawnp -t{$runVar['constants']['tmux_session']}:1.1 ' \
|
||||
echo \"Running removeCrapReleases for {$runVar['modsettings']['fix_crap'][$runVar['modsettings']['fc']['num']]}\"; \
|
||||
{$runVar['commands']['_phpn']} {$runVar['paths']['misc']}update_scripts/nix_scripts/tmux/lib/removeCrapReleases.php true \
|
||||
{$runVar['commands']['_phpn']} {$runVar['paths']['misc']}testing/Releases/removeCrapReleases.php true \
|
||||
{$runVar['modsettings']['fc']['time']} {$runVar['modsettings']['fix_crap'][$runVar['modsettings']['fc']['num']]} $log; \
|
||||
date +\"{$this->_dateFormat}\"; {$runVar['commands']['_sleep']} {$runVar['settings']['crap_timer']}' 2>&1 1> /dev/null"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user