mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Allow restoration after postinstallation (risky)
This commit is contained in:
parent
3976f05703
commit
7ab1e67a94
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue