From 4a003ea2c67f09eaa7688af64af0ed489876befd Mon Sep 17 00:00:00 2001 From: jonnyboy Date: Tue, 26 Feb 2013 01:15:04 +0100 Subject: [PATCH] missed ) --- bin/monitor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/monitor.php b/bin/monitor.php index 93e5e71cf..a614469d7 100644 --- a/bin/monitor.php +++ b/bin/monitor.php @@ -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"; }