From 35e2f58bd1555020b7f0726307eea0adf46989b9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 17 Jan 2021 17:05:52 +0100 Subject: [PATCH] Update remove --- scripts/remove | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/remove b/scripts/remove index 1e2cf71..28f82b8 100644 --- a/scripts/remove +++ b/scripts/remove @@ -81,6 +81,9 @@ ynh_secure_remove --file="/etc/cron.d/$app" # Remove the log files ynh_secure_remove --file="/var/log/$app/" +# Remove the sqlitedb file +ynh_secure_remove --file="/var/lib/turn/" + #================================================= # CLOSE A PORT #=================================================