Small fix for mariadb migrate

This commit is contained in:
VirtuBox
2023-08-04 16:46:00 +02:00
parent 9b8befed18
commit c9e0c0d1b1
3 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ class WOStackMigrateController(CementBaseController):
if wo_mysql_current_repo:
current_mysql_version = wo_mysql_current_repo.split('/')
else:
Log.error(self, "MariaDB is not installed yet")
Log.error(self, "MariaDB is not installed from repository yet")
if 'repo' in current_mysql_version:
current_mysql_version = current_mysql_version[5]