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