mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
missed )
This commit is contained in:
+1
-1
@@ -909,7 +909,7 @@ while( $i > 0 )
|
||||
}
|
||||
|
||||
//notify monitor that optimize is running
|
||||
if (( ! shell_exec("$_tmux list-panes -t {$array['TMUX_SESSION']}:1 | grep 4: | grep dead" ) && ( $array['OPTIMIZE'] == "true" )) {
|
||||
if (( ! shell_exec("$_tmux list-panes -t {$array['TMUX_SESSION']}:1 | grep 4: | grep dead" )) && ( $array['OPTIMIZE'] == "true" )) {
|
||||
echo "\033[1;41;33mOPTIMIZATION OF THE MYSQL TABLES HAS STARTED, DO NOT STOP THIS SCRIPT!\033[1;0;33m\n\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user