mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Set firewall start as background task (to be done right after postinstall) to avoid lock issues
This commit is contained in:
parent
d5b6072c84
commit
950359061e
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ def tools_postinstall(domain, password, ignore_dyndns=False):
|
|||
|
||||
# Enable and start YunoHost firewall at boot time
|
||||
os.system('update-rc.d yunohost-firewall enable')
|
||||
os.system('service yunohost-firewall start')
|
||||
os.system('service yunohost-firewall start &')
|
||||
|
||||
service_regen_conf(force=True)
|
||||
logger.success(m18n.n('yunohost_configured'))
|
||||
|
|
Loading…
Add table
Reference in a new issue