Fix cmd_exec

This commit is contained in:
VirtuBox
2019-10-30 12:44:36 +01:00
parent 4c6a0be680
commit 250ea66aa4

View File

@@ -282,7 +282,7 @@ class WOStackUpgradeController(CementBaseController):
if pargs.ngxblocker:
WOFileUtils.chmod(
self, '/usr/local/sbin/update-ngxblocker', 0o700)
WOShellExec.shellexec(
WOShellExec.cmd_exec(
self, '/usr/local/sbin/update-ngxblocker -nq'
)