mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Do not fail at iptable reloading
This commit is contained in:
parent
010237d8a1
commit
8a7ddb0a87
1 changed files with 1 additions and 1 deletions
2
tools.py
2
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')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue