2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

[cpubyuser] proper 'no' output for autoconf

This commit is contained in:
Lars Kruse 2016-10-22 02:09:43 +02:00
parent 002e8bbf99
commit 6f7473b2a7

View File

@ -43,7 +43,7 @@ if [ "$1" = "autoconf" ]; then
if [ -n "$USERS" ]; then
echo "yes"
else
echo "\$USERS not defined."
echo "no (USERS setting is missing)"
fi
exit
fi