mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[fix] typo
This commit is contained in:
parent
9036c293d2
commit
31ac4d72d4
1 changed files with 3 additions and 1 deletions
4
tools.py
4
tools.py
|
@ -212,7 +212,7 @@ def tools_postinstall(domain, password, ignore_dyndns=False):
|
||||||
|
|
||||||
Keyword argument:
|
Keyword argument:
|
||||||
domain -- YunoHost main domain
|
domain -- YunoHost main domain
|
||||||
dyndns -- Subscribe domain to a DynDNS service
|
ignore_dyndns -- Do not subscribe domain to a DynDNS service
|
||||||
password -- YunoHost admin password
|
password -- YunoHost admin password
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
@ -221,6 +221,8 @@ def tools_postinstall(domain, password, ignore_dyndns=False):
|
||||||
from yunohost.app import app_ssowatconf
|
from yunohost.app import app_ssowatconf
|
||||||
from yunohost.firewall import firewall_upnp, firewall_reload
|
from yunohost.firewall import firewall_upnp, firewall_reload
|
||||||
|
|
||||||
|
dyndns = not ignore_dyndns
|
||||||
|
|
||||||
try:
|
try:
|
||||||
with open('/etc/yunohost/installed') as f: pass
|
with open('/etc/yunohost/installed') as f: pass
|
||||||
except IOError:
|
except IOError:
|
||||||
|
|
Loading…
Add table
Reference in a new issue