1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

Fix linter

This commit is contained in:
Éric Gaspar 2023-02-07 22:24:14 +01:00
parent ff430969d6
commit c152197b62

View file

@ -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)