From 63fd408c998515ee4fb616d679cc393b0620b697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 14 Sep 2020 12:53:00 +0200 Subject: [PATCH] Update scripts/install Co-authored-by: Kayou --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4a6f416..398776d 100644 --- a/scripts/install +++ b/scripts/install @@ -55,7 +55,6 @@ ynh_app_setting_set --app=$app --key=path --value=$path_url ynh_script_progression --message="Creating a MySQL database..." --weight=2 db_name=$(ynh_sanitize_dbid $app) -db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd) ynh_app_setting_set --app=$app --key=db_name --value=$db_name ynh_mysql_setup_db --db_user=$db_name --db_name=$db_name