Updated collect.sh because of a syntax error

This commit is contained in:
Carlos Salguero
2017-03-22 17:32:14 -03:00
parent 6f5585c493
commit 759ee9196e
2 changed files with 3 additions and 3 deletions

View File

@@ -248,7 +248,7 @@ collect() {
(echo $ts; transactions) >>"$d/$p-transactions" &
fi
if [ [ "${mysql_version}" '>' "5.6" ] && [ $ps_instrumentation_enabled == "yes"] ]; then
if [ "${mysql_version}" '>' "5.6" ] && [ $ps_instrumentation_enabled == "yes"]; then
ps_locks_transactions "$d/$p-ps-locks-transactions"
fi