1
0
Fork 0
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:
ericgaspar 2020-10-25 09:05:58 +01:00
parent f039ce7b35
commit 7e89a08929

View file

@ -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"
#=================================================