mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[microdecision] Update list of 'special packages' according to tools.py
This commit is contained in:
parent
66d5e9e3b3
commit
3233400d70
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
data.packages[i].changelog = data.packages[i].changelog.replace(/\n/g, '<br />');
|
||||
|
||||
// Check for special packages that need delayed upgrade.
|
||||
if (["moulinette", "moulinette-yunohost", "yunohost-admin", "yunohost-config-nginx", "ssowat", "python"].indexOf(data.packages[i].name) != -1) {
|
||||
if (["moulinette", "yunohost", "yunohost-admin", "ssowat", "python"].indexOf(data.packages[i].name) != -1) {
|
||||
c.flash('warning', y18n.t('system_delayed_upgrade_warning', [data.packages[i].name]));
|
||||
data.packages[i].delayed = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue