mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Correctly enable uPnP
This commit is contained in:
parent
fb270f7240
commit
6ca166cb01
1 changed files with 1 additions and 1 deletions
2
tools.py
2
tools.py
|
@ -281,7 +281,7 @@ def tools_postinstall(domain, password, dyndns=False):
|
|||
tools_adminpw(old_password='yunohost', new_password=password)
|
||||
|
||||
# Enable uPnP
|
||||
firewall_upnp(action='enable')
|
||||
firewall_upnp(action=['enable'])
|
||||
|
||||
os.system('touch /etc/yunohost/installed')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue