From 44ff9d23c22dc7121fd734edb7105e25ff22cb08 Mon Sep 17 00:00:00 2001 From: mhfowler Date: Thu, 19 Aug 2021 14:28:29 +0200 Subject: [PATCH] Add port to change_url --- scripts/change_url | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/change_url b/scripts/change_url index bc7e2af..6f2e8a1 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -28,6 +28,7 @@ ynh_script_progression --message="Loading installation settings..." --time --wei # Needed for helper "ynh_add_nginx_config" final_path=$(ynh_app_setting_get --app=$app --key=final_path) +port=$(ynh_app_setting_get --app=$app --key=port) #=================================================