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:
parent
45290417ab
commit
b59ec071a5
@ -29,7 +29,7 @@ if [ "$1" = "autoconf" ] ; then
|
|||||||
if [ -n "$procs" ] ; then
|
if [ -n "$procs" ] ; then
|
||||||
echo "yes"
|
echo "yes"
|
||||||
else
|
else
|
||||||
echo "\$procs not defined."
|
echo "no (environment variable 'procs' is not defined)"
|
||||||
fi
|
fi
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user