mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Updates dependencies to yunohost-cli
This commit is contained in:
parent
7c75cefede
commit
19db817934
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ php5-fpm:
|
||||||
status: service
|
status: service
|
||||||
log: /var/log/php5-fpm.log
|
log: /var/log/php5-fpm.log
|
||||||
yunohost-api:
|
yunohost-api:
|
||||||
status: cat /usr/share/pyshared/yunohost-cli/twistd.pid
|
status: ps aux | grep yunohost-api | grep -v grep
|
||||||
log: /var/log/yunohost.log
|
log: /var/log/yunohost.log
|
||||||
postgrey:
|
postgrey:
|
||||||
status: service
|
status: service
|
||||||
|
|
2
tools.py
2
tools.py
|
@ -363,7 +363,7 @@ def tools_upgrade(ignore_apps=False, ignore_packages=False):
|
||||||
|
|
||||||
# If API call
|
# If API call
|
||||||
if not os.isatty(1):
|
if not os.isatty(1):
|
||||||
critical_packages = ["yunohost-cli", "yunohost-admin", "yunohost-config-nginx", "ssowat", "python"]
|
critical_packages = ["moulinette", "moulinette-yunohost", "yunohost-admin", "yunohost-config-nginx", "ssowat", "python"]
|
||||||
for pkg in cache.get_changes():
|
for pkg in cache.get_changes():
|
||||||
if pkg.name in critical_packages:
|
if pkg.name in critical_packages:
|
||||||
# Temporarily keep package ...
|
# Temporarily keep package ...
|
||||||
|
|
Loading…
Add table
Reference in a new issue