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:
parent
c512e9599e
commit
a55c98a994
1 changed files with 5 additions and 3 deletions
|
@ -24,15 +24,17 @@ fi
|
||||||
|
|
||||||
ynh_script_progression --message="Removing system configurations related to $app..." --weight=1
|
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
|
# Remove the dedicated systemd config
|
||||||
ynh_remove_systemd_config
|
ynh_remove_systemd_config
|
||||||
|
|
||||||
# Remove the dedicated NGINX config
|
# Remove the dedicated NGINX config
|
||||||
ynh_remove_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
|
# END OF SCRIPT
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue