[fix] typo

This commit is contained in:
kload 2014-10-25 20:20:31 +02:00
parent 9036c293d2
commit 31ac4d72d4

View file

@ -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: