From da1c335d633839ac9cb5d7511347c1376a62ed94 Mon Sep 17 00:00:00 2001 From: hardy Date: Wed, 9 Aug 2023 11:54:17 +0800 Subject: [PATCH] for agent install wait 5s for agnet start --- config/install_agent.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/config/install_agent.tpl b/config/install_agent.tpl index c0f643d1..cf42e047 100644 --- a/config/install_agent.tpl +++ b/config/install_agent.tpl @@ -255,6 +255,7 @@ function install_service() { echo "seriver install & start" $agent_svc -service install $agent_svc -service start + sleep 5 } function register_agent() {