From 3c102830fed6582ee99a8d66922803d5b06ffd2e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 24 Apr 2022 20:58:51 +0200 Subject: [PATCH] Update change_url --- scripts/change_url | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/change_url b/scripts/change_url index 0d103e6..961e259 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -117,6 +117,8 @@ fi #================================================= ynh_script_progression --message="Updating a configuration file..." +domain=$new_domain +path_url=$new_path ynh_add_config --template="../conf/secrets.yml" --destination="$final_path/config/secrets.yml" chmod 400 "$final_path/config/secrets.yml" chown $app:$app "$final_path/config/secrets.yml"