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)