From 84153f63904a618753b1dbf086943a338f39600a Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 21 Jul 2017 13:23:32 -0400 Subject: [PATCH] [mod] Microdecision to go with Moulinette#141 --- src/yunohost/firewall.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/yunohost/firewall.py b/src/yunohost/firewall.py index a4e68eac5..08ea041ee 100644 --- a/src/yunohost/firewall.py +++ b/src/yunohost/firewall.py @@ -233,7 +233,7 @@ def firewall_reload(skip_upnp=False): ] # Execute each rule - if process.check_commands(rules, callback=_on_rule_command_error): + if process.run_commands(rules, callback=_on_rule_command_error): errors = True reloaded = True @@ -262,7 +262,7 @@ def firewall_reload(skip_upnp=False): ] # Execute each rule - if process.check_commands(rules, callback=_on_rule_command_error): + if process.run_commands(rules, callback=_on_rule_command_error): errors = True reloaded = True