mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] Microdecision to go with Moulinette#141
This commit is contained in:
parent
c96d5f90ec
commit
84153f6390
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue