From d615ebcfdbbff9fff207fd47c520cee53a1ddbf4 Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Wed, 30 Jan 2019 08:46:07 +0100 Subject: [PATCH] Update remove --- scripts/remove | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/remove b/scripts/remove index e0b99b8..e052f78 100644 --- a/scripts/remove +++ b/scripts/remove @@ -115,6 +115,9 @@ ynh_secure_remove "/var/log/zabbix" # Remove the pid/socket files ynh_secure_remove "/run/zabbix" +# Remove the sudoers file +ynh_secure_remove "/etc/sudoers.d/zabbix" + #================================================= # GENERIC FINALIZATION #=================================================