Update yunohost_tools.py

This commit is contained in:
abeudin 2014-03-11 18:18:21 +01:00
parent 7f8b1f601b
commit 0d814d2ea1

View file

@ -293,6 +293,6 @@ def tools_upgrade():
"""
if os.path.isfile('/tmp/update_status'):
os.system('at now -f /etc/yunohost/upgrade')
os.system('at now -f /usr/share/pyshared/yunohost-cli/upgrade')
else:
raise YunoHostError(17, _("Launch update before upgrade"))