From c152197b62d56174162455ad216727f1e35a1e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 7 Feb 2023 22:24:14 +0100 Subject: [PATCH] Fix linter --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 9955e3f..b8103aa 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -13,7 +13,7 @@ pkg_dependencies="postgresql postgresql-contrib pgloader" mariadb-to-pg() { - ynh_script_progression --message="Migrating to PostgreSQL database..." --weight=10 + ynh_print_info --message="Migrating to PostgreSQL database..." mysqlpwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd)