Merge pull request #126 from yalh76/patch-7

missing  --time --weight=1
This commit is contained in:
yalh76
2020-05-31 00:45:34 +02:00
committed by GitHub

View File

@@ -97,7 +97,7 @@ ynh_remove_logrotate
if yunohost firewall list | grep -q "\- $port$"
then
ynh_script_progression --message="Closing port $port..."
ynh_script_progression --message="Closing port $port..." --time --weight=1
ynh_exec_warn_less yunohost firewall disallow TCP $port
fi