From 3b8b2b8b1726690bcae37916747c75a817448c77 Mon Sep 17 00:00:00 2001 From: hardy Date: Thu, 10 Aug 2023 15:36:12 +0800 Subject: [PATCH] update install agent shell --- config/install_agent.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/install_agent.tpl b/config/install_agent.tpl index 02d9be3b..57ca6d32 100644 --- a/config/install_agent.tpl +++ b/config/install_agent.tpl @@ -257,7 +257,7 @@ function install_service() { echo "[agent] waiting service install & start" $agent_svc -service install &>/dev/null $agent_svc -service start &>/dev/null - + sleep 5 } function register_agent() {