another fix for maintenance
This commit is contained in:
@@ -30,7 +30,7 @@ class WOMaintenanceController(CementBaseController):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
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")
|
||||||
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 "
|
||||||
|
|||||||
Reference in New Issue
Block a user