From 3901c8893f372fc52b734db8f751beea9876de60 Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 22 Sep 2021 02:34:13 +0200 Subject: [PATCH] DB name ? --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6ab813b..dbdbb43 100755 --- a/scripts/install +++ b/scripts/install @@ -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