From 06891be932bf4f38262ff1edbf94c31b14bd8252 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Tue, 4 Jan 2022 13:59:35 +0100 Subject: [PATCH] remove /etc/dnsmasq.d/lxd in remove script --- scripts/remove | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/remove b/scripts/remove index e3b5630..a21f69d 100755 --- a/scripts/remove +++ b/scripts/remove @@ -80,6 +80,10 @@ ynh_secure_remove --file="/etc/bash_completion.d/lxd-client" sed -i "/# Added by lxd$/{N;/root:100000:65536/d}" /etc/sub{u,g}id +ynh_secure_remove --file="/etc/dnsmasq.d/lxd" + +systemctl restart dnsmasq + #================================================= # GENERIC FINALIZATION #=================================================