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 action_help: Stop iptables and ip6tables
### firewalli_checkUPNP() ### firewalli_checkupnp()
checkUPNP: checkupnp:
action_help: check if UPNP is install or not (0 yes 1 no) action_help: check if UPNP is install or not (0 yes 1 no)
############################# #############################
# Tools # # Tools #

View file

@ -268,7 +268,7 @@ def firewall_removeupnp():
with open('firewall.yml', 'w') as f: with open('firewall.yml', 'w') as f:
yaml.dump(firewall, f) yaml.dump(firewall, f)
def firewall_checkUPNP(): def firewall_checkupnp():
""" """
Check if UPNP is installed Check if UPNP is installed
Keyword arguments: Keyword arguments: