mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: Fix all empty parameters CF
parent
7a6ba61712
commit
d3c75a455f
|
@ -657,10 +657,10 @@ Resources:
|
|||
# Start openvidu application
|
||||
pushd /opt/openvidu
|
||||
docker-compose up -d
|
||||
if [[ ! -z ${ElasticsearchUrl} ]]; then
|
||||
if [[ ! -z "${ElasticsearchUrl}" ]]; then
|
||||
docker-compose stop elasticsearch
|
||||
fi
|
||||
if [[ ! -z ${KibanaUrl} ]]; then
|
||||
if [[ ! -z "${KibanaUrl}" ]]; then
|
||||
docker-compose stop kibana
|
||||
fi
|
||||
popd
|
||||
|
|
Loading…
Reference in New Issue