[fix] Correctly enable uPnP

This commit is contained in:
Kload 2014-05-17 22:30:03 +02:00
parent fb270f7240
commit 6ca166cb01

View file

@ -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')