From 223ab5e537b69d22869aae5a32c5faa79ac63f2d Mon Sep 17 00:00:00 2001 From: DDATAA <45762540+Ddataa@users.noreply.github.com> Date: Tue, 18 Oct 2022 09:46:33 +0000 Subject: [PATCH] Update remove --- scripts/remove | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/remove b/scripts/remove index e201fda..e4844a6 100644 --- a/scripts/remove +++ b/scripts/remove @@ -64,6 +64,13 @@ ynh_script_progression --message="Removing dependencies..." --weight=3 ynh_remove_nodejs +#================================================= +# REMOVE APP SANDBOXING +#================================================= +if yunohost app list | grep -q "id: cryptpad_sandboxing"; then + yunohost app remove cryptpad_sandboxing +fi + #================================================= # GENERIC FINALIZATION #=================================================