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

DB name ?

This commit is contained in:
Limezy 2021-09-22 02:34:13 +02:00
parent 873ff3c578
commit 3901c8893f

View file

@ -141,7 +141,7 @@ ynh_script_progression --message="Creating a PostgreSQL database..." --time --we
### - Remove also the section "REMOVE THE MYSQL DATABASE" in the remove script
### - As well as the section "RESTORE THE MYSQL DATABASE" in the restore script
db_name=$app
db_name="outline_${app}"
db_user=$app
db_pwd=$(ynh_string_random --length=30)
ynh_app_setting_set --app=$app --key=db_name --value=$db_name