Fix passwd variable

This commit is contained in:
VirtuBox
2019-08-05 13:05:56 +02:00
parent f2abaeb5da
commit 436130ee8d
3 changed files with 3 additions and 7 deletions

View File

@@ -79,10 +79,6 @@ class WOStackMigrateController(CementBaseController):
# Install MariaDB
apt_packages = WOVariables.wo_mysql
# If PHP is installed then install php7.2-mysql
if WOAptGet.is_installed(self, "php7.2-fpm"):
apt_packages = apt_packages + ["php7.2-mysql"]
Log.info(self, "Updating apt-cache, hang on...")
WOAptGet.update(self)
Log.info(self, "Installing MariaDB, hang on...")