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

add progression message for system configurations removal

This commit is contained in:
OniriCorpe 2023-12-27 23:03:45 +01:00
parent bb235a2392
commit c512e9599e

View file

@ -22,6 +22,8 @@ then
yunohost service remove "$app"
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"