Révision 96f2bc00
Use single bracket for test, keeping /bin/sh as interpreter
| plugins/mysql/mysql_report | ||
|---|---|---|
| 92 | 92 |
graph_category ${category}
|
| 93 | 93 |
graph_info ${info}
|
| 94 | 94 |
EOH1 |
| 95 |
[[ -n "${period}" ]] && echo "graph_period ${period}"
|
|
| 95 |
[ -n "${period}" ] && echo "graph_period ${period}"
|
|
| 96 | 96 |
I=1 |
| 97 | 97 |
for name in ${names}; do
|
| 98 | 98 |
eval iquery='${query_'${name}'}'
|
Formats disponibles : Unified diff