1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00

fix db_pwd

This commit is contained in:
yalh76 2019-02-25 21:13:59 +01:00
parent 26b674948e
commit 4849f62bc9

View file

@ -115,7 +115,7 @@ ynh_print_info "Creating a PostgreSQL database..."
### - As well as the section "RESTORE THE POSTGRESQL DATABASE" in the restore script
db_name=$(ynh_sanitize_dbid $app)
db_pwd=$(ynh_string_random 30)
db_pwd="onlyoffice"
ynh_app_setting_set $app db_name $db_name
ynh_app_setting_set $app db_pwd $db_pwd
ynh_psql_test_if_first_run