1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51: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 }' echo $DEVICES | awk 'BEGIN{OFS=""} { for (i = 0; i++ < NF;) print "power", i, ".label ", $i }'
exit 0;; exit 0;;
autoconf) autoconf)
if [ -z "$DEVICES" ] ; then if [ -z "$DEVICES" ] ; then
echo "no (no devices found)" echo "no (no devices found)"
else else
echo yes echo yes
fi fi
exit 0;; exit 0;;