mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Delayed upgrade of the package 'yunohost'
This commit is contained in:
parent
db6650af38
commit
68f2dfca81
1 changed files with 2 additions and 2 deletions
|
@ -373,8 +373,8 @@ def tools_upgrade(auth, ignore_apps=False, ignore_packages=False):
|
|||
|
||||
# If API call
|
||||
if is_api:
|
||||
critical_packages = ("moulinette", "moulinette-yunohost",
|
||||
"yunohost-admin", "yunohost-config-nginx", "ssowat", "python")
|
||||
critical_packages = ("moulinette", "yunohost",
|
||||
"yunohost-admin", "ssowat", "python")
|
||||
critical_upgrades = set()
|
||||
|
||||
for pkg in cache.get_changes():
|
||||
|
|
Loading…
Add table
Reference in a new issue