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 #=================================================