Skip to content

Commit

Permalink
openvidu-deployment: Typo entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Nov 2, 2020
1 parent 6a73083 commit b9de4f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openvidu-server/docker/openvidu-server-pro/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openvidu-server/docker/openvidu-server/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9de4f3

Please sign in to comment.