From 8ea9a42380364f6bdbd8775c6da462114a918533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Wed, 19 Dec 2018 00:48:27 +0100 Subject: [PATCH] Fix remove nginx config --- scripts/remove | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/remove b/scripts/remove index 7e63ab1..3094617 100644 --- a/scripts/remove +++ b/scripts/remove @@ -18,6 +18,7 @@ source ./_common.sh # See comments in install script app=$YNH_APP_INSTANCE_NAME +domain=$(ynh_app_setting_get "$app" domain) port=$(ynh_app_setting_get "$app" web_port) portUnicorn=$(ynh_app_setting_get "$app" unicorn_port)