From 9a4a837934727c72ca031fb7ab3a591b80e8e9e3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 25 Oct 2020 09:05:58 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 1e7004e..ddaaf11 100644 --- a/scripts/install +++ b/scripts/install @@ -103,11 +103,11 @@ ynh_script_progression --message="Modifying a config file..." cp ../conf/config.json.example "$final_path/static/config.json" # Main config File -ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="$final_path/config.json" +ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="$final_path/static/config.json" cp ../conf/config.conf.example "$webircgateway_path/config.conf" -ynh_store_file_checksum --file="$final_path/config.json" +ynh_store_file_checksum --file="$final_path/static/config.json" ynh_store_file_checksum --file="$webircgateway_path/config.conf" #=================================================