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

patch to remove old zabbix-client service

This commit is contained in:
Mickael-Martin 2020-04-27 18:43:33 +02:00
parent 05779d2a92
commit 757bdca600

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
#=================================================