mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
remove the dnsmasq custom config
This commit is contained in:
parent
ae489d8aa8
commit
b363ad33cc
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue