openvidu-deployment: Typo entrypoint.sh

pull/553/head
cruizba 2020-11-02 20:30:36 +01:00
parent 6a73083e7b
commit b9de4f38be
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ printf "\n ======================================="
printf "\n"
# Get coturn public ip
[[ -z ${COTURN_IP} ]] && export COTURN_IP=auto-ipv4
[[ -z "${COTURN_IP}" ]] && export COTURN_IP=auto-ipv4
if [[ -z "${COTURN_IP}" == "auto-ipv4" ]]; then
COTURN_IP=$(/usr/local/bin/discover_my_public_ip.sh)
elif [[ -z "${COTURN_IP}" == "auto-ipv6" ]]; then

View File

@ -7,7 +7,7 @@ printf "\n ======================================="
printf "\n"
# Get coturn public ip
[[ -z ${COTURN_IP} ]] && export COTURN_IP=auto-ipv4
[[ -z "${COTURN_IP}" ]] && export COTURN_IP=auto-ipv4
if [[ -z "${COTURN_IP}" == "auto-ipv4" ]]; then
COTURN_IP=$(/usr/local/bin/discover_my_public_ip.sh)
elif [[ -z "${COTURN_IP}" == "auto-ipv6" ]]; then