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