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:
parent
ff430969d6
commit
c152197b62
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue