diff --git a/scripts/remove b/scripts/remove index eb481eb..fb40e7c 100644 --- a/scripts/remove +++ b/scripts/remove @@ -18,13 +18,15 @@ app=$YNH_APP_INSTANCE_NAME domain=$(ynh_app_setting_get $app domain) +final_path=$(ynh_app_setting_get $app final_path) + sync_home=$(ynh_app_setting_get $app sync_home) sync_user=$(ynh_app_setting_get $app sync_user) sync_port=$(ynh_app_setting_get $app sync_port) gui_port=$(ynh_app_setting_get $app gui_port) -final_path=$(ynh_app_setting_get $app final_path) - +#================================================= +# STANDARD REMOVE #================================================= # STOP AND REMOVE SERVICE #=================================================