mirror of
https://github.com/YunoHost-Apps/kiwiirc_ynh.git
synced 2024-09-03 19:35:59 +02:00
Update install
This commit is contained in:
parent
f039ce7b35
commit
7e89a08929
1 changed files with 2 additions and 2 deletions
|
@ -103,11 +103,11 @@ ynh_script_progression --message="Modifying a config file..."
|
||||||
cp ../conf/config.json.example "$final_path/static/config.json"
|
cp ../conf/config.json.example "$final_path/static/config.json"
|
||||||
|
|
||||||
# Main config File
|
# 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"
|
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"
|
ynh_store_file_checksum --file="$webircgateway_path/config.conf"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue