1
0
Fork 0
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:
Petteri Valkonen 2014-05-05 21:11:08 +03:00
parent b077ad21e4
commit b194c86774

View file

@ -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;;