Casse corection

This commit is contained in:
titoko 2013-04-09 22:34:33 +02:00
parent 2f2d1c84b1
commit ae8afd62b3
2 changed files with 3 additions and 3 deletions

View file

@ -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 #

View file

@ -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: