From 11c8f18f38b3a91c63f7a3cdbd44b1c409e5ab3b Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Wed, 25 Aug 2021 22:45:08 +0200 Subject: [PATCH] avoid linter warning --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 1b9bef9..c3ff50c 100755 --- a/scripts/remove +++ b/scripts/remove @@ -74,7 +74,7 @@ ynh_remove_nginx_config if yunohost firewall list | grep -q "\- $mpd_port$" then - ynh_script_progression --message="Closing port $mpd_port..." --time --weight=1 + ynh_script_progression --message="Closing port $mpd_port..." --weight=1 ynh_exec_warn_less yunohost firewall disallow TCP $mpd_port fi #=================================================