From 6eed71a605a4b2628e6529db8a7af38404c85a8e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 2 Mar 2022 22:28:57 +0100 Subject: [PATCH] Fix change_url --- scripts/change_url | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/change_url b/scripts/change_url index 2134deb..dbe8dd1 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -129,6 +129,9 @@ fi #================================================= ynh_script_progression --message="Updating a configuration file..." +domain=$new_domain +path_url=$new_path + ynh_add_config --template="../conf/pagure.cfg.sample" --destination="$final_path/pagure.cfg" chmod 400 "$final_path/pagure.cfg"