1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Plugin apache_memory: fix quoting

This commit is contained in:
Lars Kruse 2020-04-21 19:45:47 +02:00
parent dd41152cdd
commit 1ac5fbdfe0

View file

@ -29,7 +29,7 @@ GPLv2
=cut
. $MUNIN_LIBDIR/plugins/plugin.sh
. "$MUNIN_LIBDIR/plugins/plugin.sh"
USR=${apuser:-www-data}
PROCS=${binname:-apache2}