mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Update yunohost_tools.py
This commit is contained in:
parent
034de511d3
commit
e42ede89d4
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ def tools_update():
|
||||||
Update distribution
|
Update distribution
|
||||||
|
|
||||||
"""
|
"""
|
||||||
process = Popen("./checkupdate", stdout=PIPE)
|
process = Popen("./bash/checkupdate", stdout=PIPE)
|
||||||
stdout, stderr = process.communicate()
|
stdout, stderr = process.communicate()
|
||||||
if process.returncode == 1:
|
if process.returncode == 1:
|
||||||
win_msg( _("Not upgrade found"))
|
win_msg( _("Not upgrade found"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue