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

Merge branch 'patch-remove-zabbix-client-service' into 'master'

patch to remove old zabbix-client service

See merge request Mickael-Martin/zabbix_ynh!38
This commit is contained in:
Mickael-Martin 2020-04-27 18:45:55 +02:00
commit 6427793c61

View file

@ -110,6 +110,12 @@ if [ -f "/etc/apt/sources.list.d/zabbix.list" ];then
fi
fi
#patch to remove old zabbix-client service
if [ ! -z "$(yunohost service status | grep zabbix-client)" ];then
ynh_print_info "remove zabbix-client old service"
yunohost service remove zabbix-client
fi
#=================================================
# STANDARD UPGRADE STEPS
#=================================================