From 1ac5fbdfe0dc941664711ee52414b2966957cdc9 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Tue, 21 Apr 2020 19:45:47 +0200 Subject: [PATCH] Plugin apache_memory: fix quoting --- plugins/apache/apache_memmory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apache/apache_memmory b/plugins/apache/apache_memmory index 87a93a72..e8dd47e6 100755 --- a/plugins/apache/apache_memmory +++ b/plugins/apache/apache_memmory @@ -29,7 +29,7 @@ GPLv2 =cut -. $MUNIN_LIBDIR/plugins/plugin.sh +. "$MUNIN_LIBDIR/plugins/plugin.sh" USR=${apuser:-www-data} PROCS=${binname:-apache2}