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:
commit
6427793c61
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue