From 6ca166cb0153545c6bde068909130b430b750da1 Mon Sep 17 00:00:00 2001 From: Kload Date: Sat, 17 May 2014 22:30:03 +0200 Subject: [PATCH] [fix] Correctly enable uPnP --- tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.py b/tools.py index e3b361415..ef64b9f01 100644 --- a/tools.py +++ b/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')