From b363ad33ccb12fe45fbb168cb4ed293395f29a88 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 13 Feb 2024 00:21:20 +0100 Subject: [PATCH] remove the dnsmasq custom config --- scripts/remove | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/remove b/scripts/remove index e21957a..077caf0 100644 --- a/scripts/remove +++ b/scripts/remove @@ -28,6 +28,13 @@ ynh_remove_systemd_config # Remove the dedicated NGINX config ynh_remove_nginx_config +# Remove other various files specific to the app... + +# Remove the dedicated dnsmasq config for AdGuardHome +ynh_secure_remove --file="/etc/dnsmasq.d/$app" + +systemctl restart dnsmasq + #================================================= # END OF SCRIPT #=================================================