From b1d01270bda81ab354cdfc8035512ef1ff7d785e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sun, 9 Jun 2019 21:37:21 +0200 Subject: [PATCH] Fix change-url --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index 199ed90..85961ff 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -18,7 +18,7 @@ source ./_common.sh ynh_script_progression --message="Loading installation settings..." old_domain=$YNH_APP_OLD_DOMAIN domain=$YNH_APP_NEW_DOMAIN -path_url=$(ynh_normalize_url_path $(ynh_app_setting_get --app $app --key path)) +path_url=$(ynh_normalize_url_path $YNH_APP_NEW_PATH) #================================================= # STANDARD MODIFICATIONS