1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

Update install

This commit is contained in:
Mickael-Martin 2020-12-11 19:05:57 +01:00
parent e070975e62
commit e66bfd6340

View file

@ -94,7 +94,7 @@ ynh_app_setting_set "$app" language "$language"
### - And the section "UPGRADE DEPENDENCIES" in the upgrade script
pid=$(pgrep -f '/usr/bin/python3 /usr/bin/unattended-upgrade --download-only')
if [ ! -z $pid ] ;then
if [ ! -z "$pid" ] ;then
ynh_script_progression --message="Check and wait end of unattended-upgrade of package_check" -w 1
tail --pid=$pid -f /dev/null
fi