Fix mysql_upgrade

This commit is contained in:
VirtuBox
2019-10-27 17:40:34 +01:00
parent 2ae206fe4a
commit 2867de7ff1

View File

@@ -217,7 +217,7 @@ class WOStackUpgradeController(CementBaseController):
Log.wait(self, "Configuring APT Packages")
post_pref(self, apt_packages, [], True)
if "mariadb-server" in apt_packages:
WOShellExec(self, 'mysql_upgrade')
WOShellExec.cmd_exec(self, 'mysql_upgrade')
Log.valide(self, "Configuring APT Packages")
# Post Actions after package updates