From bcc035f75d40470690b2fc3b60df4ab86b083984 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 29 Oct 2023 19:49:09 +0100 Subject: [PATCH] fix change_url --- scripts/change_url | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/change_url b/scripts/change_url index f0964a6..0e47950 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -26,10 +26,12 @@ ynh_script_progression --message="Updating NGINX web server configuration..." -- ynh_change_url_nginx_config #================================================= -# SPECIFIC MODIFICATIONS -#================================================= -# ... +# MODIFY THE CONFIG FILE #================================================= +ynh_script_progression --message="Modifying a config file..." --weight=1 + +domain=$new_domain +ynh_add_config --template="../conf/.env.production" --destination="$install_dir/.env" #================================================= # GENERIC FINALISATION