added sleep after agent register command

This commit is contained in:
2024-01-15 16:44:32 -05:00
parent 20aa41dbc5
commit 69fc223892

View File

@@ -97,6 +97,8 @@ fi
--user ${USERNMAE} --password ${PASSWORD} \
--trust-cert
sleep 15s
curl --header "Content-Type: application/json" \
--header "${AUTHORIZATION_HEADER}" \
--request POST \