From 55157d010b133a0417e7681235f0d29d3319abd0 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 25 Mar 2019 10:14:05 +0100 Subject: [PATCH] fix maintenance --- wo/cli/plugins/maintenance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/maintenance.py b/wo/cli/plugins/maintenance.py index 67d7cad..e352340 100644 --- a/wo/cli/plugins/maintenance.py +++ b/wo/cli/plugins/maintenance.py @@ -32,7 +32,7 @@ class WOMaintenanceController(CementBaseController): Log.info(self, "updating apt-cache, please wait...") WOShellExec.cmd_exec(self, "apt-get update - qq") Log.info(self, "updating packages, please wait...") - WOShellExec.cmd_exec(self, "DEBIAN_FRONTEND=noninteractive" + WOShellExec.cmd_exec(self, "DEBIAN_FRONTEND=noninteractive " "apt-get -o " "Dpkg::Options::='--force-confmiss' " "-o Dpkg::Options::='--force-confold' "