Fix mysql install

This commit is contained in:
VirtuBox
2019-09-04 17:56:57 +02:00
parent e5d685e054
commit 10e311fb40

View File

@@ -238,7 +238,7 @@ class WOStackController(CementBaseController):
else:
wo_mysql = ["mariadb-server", "percona-toolkit",
"python3-mysqldb"]
apt_packages = apt_packages + wo_mysql
apt_packages = apt_packages + wo_mysql
else:
Log.debug(self, "MySQL already installed and alive")
Log.info(self, "MySQL already installed and alive")