This commit is contained in:
jonnyboy
2013-02-26 01:15:04 +01:00
parent fa5c57d569
commit 4a003ea2c6
+1 -1
View File
@@ -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";
}