diff --git a/backup.py b/backup.py index 1bb1f5aba..fc1c21590 100644 --- a/backup.py +++ b/backup.py @@ -90,7 +90,8 @@ def backup_restore(path): try: with open('/etc/yunohost/installed') as f: - raise MoulinetteError(errno.EINVAL, m18n.n('yunohost_already_installed')) + #raise MoulinetteError(errno.EINVAL, m18n.n('yunohost_already_installed')) + pass except IOError: tools_postinstall(domain, 'yunohost', True)