Fix shellexec

This commit is contained in:
VirtuBox
2019-10-30 12:19:39 +01:00
parent 7b82aae8ce
commit 4c6a0be680

View File

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