From a4c0fcf3417e7f250b1bb8685b890c1274e6ae66 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 3 Sep 2019 02:47:02 +0200 Subject: [PATCH] Fix missing quote --- wo/cli/plugins/stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/stack.py b/wo/cli/plugins/stack.py index bb3d07f..02585fb 100644 --- a/wo/cli/plugins/stack.py +++ b/wo/cli/plugins/stack.py @@ -705,7 +705,7 @@ class WOStackController(CementBaseController): else: WOShellExec.cmd_exec(self, "bash /opt/netdata/usr/" "libexec/netdata/" - "netdata-uninstaller.sh - y - f, + "netdata-uninstaller.sh - y - f", errormsg='', log=False) if (packages):