Update yunohost_tools.py

This commit is contained in:
abeudin 2014-03-11 18:27:06 +01:00
parent 034de511d3
commit e42ede89d4

View file

@ -267,7 +267,7 @@ def tools_update():
Update distribution
"""
process = Popen("./checkupdate", stdout=PIPE)
process = Popen("./bash/checkupdate", stdout=PIPE)
stdout, stderr = process.communicate()
if process.returncode == 1:
win_msg( _("Not upgrade found"))