From 8a7ddb0a8775c4c2dc3557aa605866c5ddceef2d Mon Sep 17 00:00:00 2001 From: Kload Date: Mon, 19 May 2014 10:37:53 +0200 Subject: [PATCH] [fix] Do not fail at iptable reloading --- tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.py b/tools.py index 70d12582e..587bc2c47 100644 --- a/tools.py +++ b/tools.py @@ -285,7 +285,7 @@ def tools_postinstall(domain, password, dyndns=False): try: firewall_reload() except MoulinetteError: - pass + firewall_upnp(action=['disable']) os.system('touch /etc/yunohost/installed')