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
|
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 #
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue