[fix] Do not fail at iptable reloading

This commit is contained in:
Kload 2014-05-19 10:37:53 +02:00
parent 010237d8a1
commit 8a7ddb0a87

View file

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