From 722eaacef9acdaa652ff2761de4d1e3304b4ac58 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sun, 25 Nov 2018 15:10:28 +0100 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index a57f5aa..7bde685 100644 --- a/scripts/install +++ b/scripts/install @@ -82,6 +82,7 @@ ln -s $final_path/lang/it $final_path/lang/it_IT #generating random password for database db_pwd=$(ynh_string_random) +ynh_app_setting_set $app mysqlpwd $db_pwd #configuring with given settings sudo cp $final_path/conf-dist.php $final_path/conf.php