diff --git a/scripts/change_url b/scripts/change_url index bcb0b80..8c014a5 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -25,18 +25,6 @@ ynh_script_progression --message="Updating NGINX web server configuration..." ynh_change_url_nginx_config -#================================================= -# SPECIFIC MODIFICATIONS -#================================================= -# UPDATE A CONFIG FILE -#================================================= -ynh_script_progression --message="Updating a configuration file..." - -ynh_add_config --template="config.json" --destination="/etc/$app/config.json" - -chmod 650 "/etc/$app/config.json" -chown $app:$app "/etc/$app/config.json" - #================================================= # GENERIC FINALISATION #=================================================