for agent install wait 5s for agnet start

This commit is contained in:
hardy 2023-08-09 11:54:17 +08:00
parent 3f5c4b7559
commit da1c335d63
No known key found for this signature in database
GPG Key ID: D1ED7F7A9ED520C3
1 changed files with 1 additions and 0 deletions

View File

@ -255,6 +255,7 @@ function install_service() {
echo "seriver install & start"
$agent_svc -service install
$agent_svc -service start
sleep 5
}
function register_agent() {