mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Use single bracket for test, keeping /bin/sh as interpreter
This commit is contained in:
parent
5fe31e0c38
commit
96f2bc003a
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ graph_vlabel ${vlabel}
|
|||
graph_category ${category}
|
||||
graph_info ${info}
|
||||
EOH1
|
||||
[[ -n "${period}" ]] && echo "graph_period ${period}"
|
||||
[ -n "${period}" ] && echo "graph_period ${period}"
|
||||
I=1
|
||||
for name in ${names}; do
|
||||
eval iquery='${query_'${name}'}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue