From 327ffa0f9266f01d8a89b993edc8f218c432fd93 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 22 Nov 2020 18:36:01 +0100 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 1fa3e7e..3088568 100755 --- a/scripts/install +++ b/scripts/install @@ -128,6 +128,7 @@ cp ../conf/.env.example $final_path/.env ynh_replace_string --match_string="__DB_NAME__" --replace_string="$db_name" --target_file="$final_path/.env" ynh_replace_string --match_string="__DB_PASS__" --replace_string="$db_pwd" --target_file="$final_path/.env" +ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="$final_path/.env" ynh_replace_string --match_string="__FINALPATH__" --replace_string="$final_path" --target_file="$final_path/.env" # Setup application config