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:
parent
3da119a571
commit
06891be932
1 changed files with 4 additions and 0 deletions
|
@ -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
|
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
|
# GENERIC FINALIZATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue