From 8808ac30f69e240b80aae99a02b293009d31c018 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 2 Mar 2023 21:07:54 +0100 Subject: [PATCH] fix --- scripts/remove | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/remove b/scripts/remove index 536d3b8..1d4f3a0 100644 --- a/scripts/remove +++ b/scripts/remove @@ -62,6 +62,14 @@ ynh_script_progression --message="Removing NGINX web server configuration..." -- # Remove the dedicated NGINX config ynh_remove_nginx_config +#================================================= +# REMOVE SUDOERS CONFIGURATION +#================================================= +ynh_script_progression --message="Removing sudoers configuration..." --weight=1 + +# Remove the dedicated NGINX config +ynh_secure_remove "/etc/sudoers.d/$app-sudoers" + #================================================= # END OF SCRIPT #=================================================