This commit is contained in:
root 2012-10-25 20:09:36 +02:00
parent 615d0202bd
commit 91ce44d6d0

View file

@ -163,7 +163,7 @@ def tools_postinstall(args, connections):
dict dict
""" """
args = get_required_args(args, {'domain' : _('Main domain name'), 'password' : _('New admin password') }, True) with get_required_args(args, {'domain' : _('Main domain name'), 'password' : _('New admin password') }, True) as args:
try: try:
with open('/usr/share/yunohost/yunohost-config/others/installed') as f: pass with open('/usr/share/yunohost/yunohost-config/others/installed') as f: pass