1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lxd_ynh.git synced 2024-09-03 19:45:53 +02:00

remove /etc/dnsmasq.d/lxd in remove script

This commit is contained in:
Kay0u 2022-01-04 13:59:35 +01:00
parent 3da119a571
commit 06891be932
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

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