Fix missing quote

This commit is contained in:
VirtuBox
2019-09-03 02:47:02 +02:00
parent a6bd9279f0
commit a4c0fcf341

View File

@@ -705,7 +705,7 @@ class WOStackController(CementBaseController):
else: else:
WOShellExec.cmd_exec(self, "bash /opt/netdata/usr/" WOShellExec.cmd_exec(self, "bash /opt/netdata/usr/"
"libexec/netdata/" "libexec/netdata/"
"netdata-uninstaller.sh - y - f, "netdata-uninstaller.sh - y - f",
errormsg='', log=False) errormsg='', log=False)
if (packages): if (packages):