mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 10:39:53 +00:00
Fix comparison to be /bin/sh compliant
This commit is contained in:
parent
81fd4c97c3
commit
5fe31e0c38
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ for i in $LIST1; do
|
|||
done
|
||||
|
||||
# If TOTU is 0, change to 1 for avoid problem in the division
|
||||
if [[ $TOTU -eq 0 ]]; then
|
||||
if [ "$TOTU" = "0" ]; then
|
||||
TOTU=1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue