From 30ace10b8a9f43e8a30e58d26243e03f35b67f3d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 3 Sep 2019 00:19:49 +0200 Subject: [PATCH] Fix removal --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 71c64ea..5e501d7 100644 --- a/scripts/remove +++ b/scripts/remove @@ -130,7 +130,7 @@ ynh_secure_remove --file="/usr/share/yunohost/templates/jitsi/focus.$domain.cfg. # Remove Jitsi template directory if [ -z "$(ls -A /usr/share/yunohost/templates/jitsi)" ]; then - rm /usr/share/yunohost/templates/jitsi + ynh_secure_remove --file="/usr/share/yunohost/templates/jitsi" fi # Remove Metronome Hook