for agent install wait 5s for agnet start
This commit is contained in:
parent
3f5c4b7559
commit
da1c335d63
|
@ -255,6 +255,7 @@ function install_service() {
|
||||||
echo "seriver install & start"
|
echo "seriver install & start"
|
||||||
$agent_svc -service install
|
$agent_svc -service install
|
||||||
$agent_svc -service start
|
$agent_svc -service start
|
||||||
|
sleep 5
|
||||||
}
|
}
|
||||||
|
|
||||||
function register_agent() {
|
function register_agent() {
|
||||||
|
|
Loading…
Reference in New Issue