Fix mysql install
This commit is contained in:
@@ -238,7 +238,7 @@ class WOStackController(CementBaseController):
|
|||||||
else:
|
else:
|
||||||
wo_mysql = ["mariadb-server", "percona-toolkit",
|
wo_mysql = ["mariadb-server", "percona-toolkit",
|
||||||
"python3-mysqldb"]
|
"python3-mysqldb"]
|
||||||
apt_packages = apt_packages + wo_mysql
|
apt_packages = apt_packages + wo_mysql
|
||||||
else:
|
else:
|
||||||
Log.debug(self, "MySQL already installed and alive")
|
Log.debug(self, "MySQL already installed and alive")
|
||||||
Log.info(self, "MySQL already installed and alive")
|
Log.info(self, "MySQL already installed and alive")
|
||||||
|
|||||||
Reference in New Issue
Block a user