From 71e2d2591aa42abaa5b7dd6f0435488ce5a25679 Mon Sep 17 00:00:00 2001 From: DDATAA <45762540+Ddataa@users.noreply.github.com> Date: Fri, 14 Oct 2022 20:54:08 +0000 Subject: [PATCH] Update remove --- scripts/remove | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/remove b/scripts/remove index e201fda..5bcaa1b 100644 --- a/scripts/remove +++ b/scripts/remove @@ -64,6 +64,12 @@ ynh_script_progression --message="Removing dependencies..." --weight=3 ynh_remove_nodejs +#================================================= +# REMOVE SANDBOX DOMAIN +#================================================= +sandboxdomain=sandbox-$domain +yunohost domain remove $sandboxdomain + #================================================= # GENERIC FINALIZATION #=================================================