From 0e4cd18bee3491b9e94d7318eb7b012c9d77e6ff Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sat, 30 Dec 2023 23:38:00 +0100 Subject: [PATCH] fix dnsmask config after AGH removal --- scripts/remove | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/remove b/scripts/remove index e696f0f..49d32d7 100644 --- a/scripts/remove +++ b/scripts/remove @@ -35,6 +35,8 @@ ynh_remove_nginx_config # Remove the dedicated dnsmasq config for AdGuardHome ynh_secure_remove --file="/etc/dnsmasq.d/$app" +systemctl restart dnsmasq + #================================================= # END OF SCRIPT #=================================================