From a55c98a99460dadbfe7a95d61fe6e6657f089157 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 27 Dec 2023 23:04:34 +0100 Subject: [PATCH] dnsmask config removal put at the end --- scripts/remove | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index 9cf2b06..e696f0f 100644 --- a/scripts/remove +++ b/scripts/remove @@ -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 #=================================================