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

add check function after update process

This commit is contained in:
Mickael-Martin 2019-03-29 13:32:10 +01:00
parent 3083f26c7d
commit 03d8ac7348

View file

@ -156,6 +156,12 @@ then
rm -fr /tmp/zabbix* rm -fr /tmp/zabbix*
#test if zabbix server is started
check_proc_zabbixagent
#test if zabbix agent is started
check_proc_zabbixserver
else else
ynh_print_info "No update from repo ! (Already up to date)" ynh_print_info "No update from repo ! (Already up to date)"
fi fi