From eb0465787554fb5f25f407ad96db76b960ff3e08 Mon Sep 17 00:00:00 2001 From: Maksim Totmin Date: Wed, 8 Apr 2026 18:32:01 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20local?= =?UTF-8?q?=20=D0=B2=D0=BD=D0=B5=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8?= =?UTF-8?q?=D0=B8=20=D0=B2=20install.sh=20=E2=80=94=20=D0=BE=D1=88=D0=B8?= =?UTF-8?q?=D0=B1=D0=BA=D0=B0=20=D0=BD=D0=B0=20ALT=20Linux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5f0b4ee..2be497e 100755 --- a/build.sh +++ b/build.sh @@ -367,7 +367,7 @@ if [ -f "$ZABBIX_CONF_SRC" ]; then sudo chmod 644 "$ZABBIX_CONF_DST" echo " Installed: $ZABBIX_CONF_DST" # Try common zabbix agent service names - local restarted=false + restarted=false for svc in zabbix_agentd zabbix-agent zabbix-agent2; do if systemctl is-active "$svc" >/dev/null 2>&1; then sudo systemctl restart "$svc"