fix maintenance
This commit is contained in:
@@ -32,7 +32,7 @@ class WOMaintenanceController(CementBaseController):
|
|||||||
Log.info(self, "updating apt-cache, please wait...")
|
Log.info(self, "updating apt-cache, please wait...")
|
||||||
WOShellExec.cmd_exec(self, "apt-get update - qq")
|
WOShellExec.cmd_exec(self, "apt-get update - qq")
|
||||||
Log.info(self, "updating packages, please wait...")
|
Log.info(self, "updating packages, please wait...")
|
||||||
WOShellExec.cmd_exec(self, "DEBIAN_FRONTEND=noninteractive"
|
WOShellExec.cmd_exec(self, "DEBIAN_FRONTEND=noninteractive "
|
||||||
"apt-get -o "
|
"apt-get -o "
|
||||||
"Dpkg::Options::='--force-confmiss' "
|
"Dpkg::Options::='--force-confmiss' "
|
||||||
"-o Dpkg::Options::='--force-confold' "
|
"-o Dpkg::Options::='--force-confold' "
|
||||||
|
|||||||
Reference in New Issue
Block a user