From 935d94d1ad9d9bd66aecd4a9a90a9801cc982e5f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 11 Feb 2022 09:01:40 +0100 Subject: [PATCH] Update change_url --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index 08dfa06..8412736 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -101,7 +101,7 @@ fi ynh_script_progression --message="Configuring $app..." --weight=1 domain_path="https://${new_domain}${new_path}" - +domain="$new_domain" ynh_add_config --template="../conf/config.php" --destination="$final_path/config.php" chmod 400 "$final_path/config.php"