From 8b955667c52f33e117862ddcc999f3853d213e01 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Mon, 12 Aug 2019 01:12:29 +0200 Subject: [PATCH] Plugin lxc: fix handling of "excludes" parameter Previously only the first item in the "excludes" environment variable was really excluded. --- plugins/lxc/lxc-multigraph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lxc/lxc-multigraph b/plugins/lxc/lxc-multigraph index 220e7bb4..417a42e5 100755 --- a/plugins/lxc/lxc-multigraph +++ b/plugins/lxc/lxc-multigraph @@ -171,7 +171,7 @@ lxc_count_processes () { # --- BASIC DEFINES -active_guests=$(active_guests $exclude) +active_guests=$(active_guests "$exclude") # --- AUTOCONF