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

Plugin cpu-usage-by-process: fix autoconf output

This commit is contained in:
Lars Kruse 2018-08-02 00:29:46 +02:00
parent 45290417ab
commit b59ec071a5

View File

@ -29,7 +29,7 @@ if [ "$1" = "autoconf" ] ; then
if [ -n "$procs" ] ; then
echo "yes"
else
echo "\$procs not defined."
echo "no (environment variable 'procs' is not defined)"
fi
exit
fi