From 15e7bb681c887c20ad68082805a309926a1e0fa7 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 28 Mar 2022 18:01:01 +0200 Subject: [PATCH] Update change_url --- scripts/change_url | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/change_url b/scripts/change_url index 6e031f0..c98fc3e 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -113,6 +113,9 @@ fi #================================================= ynh_script_progression --message="Updating a configuration file..." +domain=$new_domain +path_url=$new_path + ynh_add_config --template="../conf/config.production.js" --destination="$final_path/config.production.js" chmod 400 "$final_path/config.production.js"