mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Casse corection
This commit is contained in:
parent
2f2d1c84b1
commit
ae8afd62b3
2 changed files with 3 additions and 3 deletions
|
@ -506,8 +506,8 @@ firewall:
|
|||
action_help: Stop iptables and ip6tables
|
||||
|
||||
|
||||
### firewalli_checkUPNP()
|
||||
checkUPNP:
|
||||
### firewalli_checkupnp()
|
||||
checkupnp:
|
||||
action_help: check if UPNP is install or not (0 yes 1 no)
|
||||
#############################
|
||||
# Tools #
|
||||
|
|
|
@ -268,7 +268,7 @@ def firewall_removeupnp():
|
|||
with open('firewall.yml', 'w') as f:
|
||||
yaml.dump(firewall, f)
|
||||
|
||||
def firewall_checkUPNP():
|
||||
def firewall_checkupnp():
|
||||
"""
|
||||
Check if UPNP is installed
|
||||
Keyword arguments:
|
||||
|
|
Loading…
Add table
Reference in a new issue