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:
parent
002e8bbf99
commit
6f7473b2a7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user