1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00

dnsmask config removal put at the end

This commit is contained in:
OniriCorpe 2023-12-27 23:04:34 +01:00
parent c512e9599e
commit a55c98a994

View file

@ -24,15 +24,17 @@ fi
ynh_script_progression --message="Removing system configurations related to $app..." --weight=1
# Remove the dedicated dnsmasq config for AdGuardHome
ynh_secure_remove --file="/etc/dnsmasq.d/$app"
# Remove the dedicated systemd config
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"
#=================================================
# END OF SCRIPT
#=================================================