From a2aca2af536b092c0c4ec7f8c86fbc366115a383 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 29 Oct 2023 08:53:54 +0100 Subject: [PATCH] Update change_url --- scripts/change_url | 12 ------------ 1 file changed, 12 deletions(-) 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 #=================================================