From 1ba9e6175c14da2367b7e28879f11f76ebf59b32 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 11 Jan 2021 12:38:53 +0100 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 482f013..94feab8 100644 --- a/scripts/install +++ b/scripts/install @@ -143,6 +143,7 @@ ynh_replace_string --match_string="__USER__" --replace_string="$app" --target_fi ynh_replace_string --match_string="__USER_PW__" --replace_string="$(ynh_string_random --length=24)" --target_file="$final_path/config/config.json" ynh_replace_string --match_string="__LOG__" --replace_string="$logs_path" --target_file="$final_path/config/config.json" +ynh_replace_string --match_string="__LANGUAGE__" --replace_string="$language" --target_file="$final_path/config/config.json" ynh_store_file_checksum --file="$final_path/config/config.json"