mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Fix indentation
This commit is contained in:
parent
b077ad21e4
commit
b194c86774
1 changed files with 2 additions and 2 deletions
|
@ -56,9 +56,9 @@ EOM
|
|||
echo $DEVICES | awk 'BEGIN{OFS=""} { for (i = 0; i++ < NF;) print "power", i, ".label ", $i }'
|
||||
exit 0;;
|
||||
autoconf)
|
||||
if [ -z "$DEVICES" ] ; then
|
||||
if [ -z "$DEVICES" ] ; then
|
||||
echo "no (no devices found)"
|
||||
else
|
||||
else
|
||||
echo yes
|
||||
fi
|
||||
exit 0;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue