mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e.sh: fix curl wait command
parent
c249a63662
commit
564124fd93
|
|
@ -86,7 +86,7 @@ function environmentLaunch {
|
||||||
-DOPENVIDU_WEBHOOK_ENDPOINT=http://127.0.0.1:7777/webhook \
|
-DOPENVIDU_WEBHOOK_ENDPOINT=http://127.0.0.1:7777/webhook \
|
||||||
/opt/openvidu/openvidu-server-*.jar &>/opt/openvidu/openvidu-server-"${MEDIA_SERVER}".log &
|
/opt/openvidu/openvidu-server-*.jar &>/opt/openvidu/openvidu-server-"${MEDIA_SERVER}".log &
|
||||||
fi
|
fi
|
||||||
until $(curl --insecure --output /dev/null --silent --head --fail https://OPENVIDUAPP:MY_SECRET@localhost:4443/); do
|
until $(curl --insecure --output /dev/null --silent --head --fail https://OPENVIDUAPP:MY_SECRET@localhost:4443/openvidu/api/config/openvidu-publicurl); do
|
||||||
echo "Waiting for openvidu-server..."
|
echo "Waiting for openvidu-server..."
|
||||||
sleep 2
|
sleep 2
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue