another fix for maintenance

This commit is contained in:
VirtuBox
2019-03-25 10:21:13 +01:00
parent 58f9acc790
commit d8db7f6b4c

View File

@@ -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 "