From 3f452896758922eb468cbc8c18af668792228b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:59:05 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f5b7ffc..f73363b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -251,7 +251,7 @@ change_timeoutAgent () { ynh_replace_string --match_string="# Timeout=3" --replace_string="Timeout=10" --target_file=/etc/zabbix/zabbix_agentd.conf grep -C 2 "Timeout" /etc/zabbix/zabbix_agentd.conf systemctl restart zabbix-agent - ynh_print_info --message="Zabbix agent timeout updated !" + ynh_print_info --message="Zabbix agent timeout updated!" fi }