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

Update _common.sh

This commit is contained in:
ericgaspar 2022-09-30 11:10:39 +02:00
parent 34c2dca50a
commit db76c4755c

View file

@ -21,7 +21,7 @@ mysql-to-pg() {
postgresql_db_pwd=$(ynh_string_random --length=24)
ynh_psql_test_if_first_run
ynh_psql_setup_db --db_user=$db_user --db_name=$db_name --db_pwd=$db_pwd
ynh_psql_setup_db --db_user=$db_user --db_name=$db_name --db_pwd=$postgresql_db_pwd
postgresql_db_pwd=$(ynh_app_setting_get --app=$app --key=postgresql_db_pwd)