1
0
Fork 0
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:
OniriCorpe 2024-02-13 00:21:20 +01:00
parent ae489d8aa8
commit b363ad33cc

View file

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