From c512e9599e2ecc44938dc651e20e7b2820338344 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 27 Dec 2023 23:03:45 +0100 Subject: [PATCH] add progression message for system configurations removal --- scripts/remove | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/remove b/scripts/remove index f2cfcb0..9cf2b06 100644 --- a/scripts/remove +++ b/scripts/remove @@ -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"