mirror of https://github.com/OpenVidu/openvidu.git
deployment: Minor fix detect-external-ip.sh
parent
d62b6e4e14
commit
5a32f41b51
|
@ -54,7 +54,7 @@ fi
|
|||
|
||||
# Shortcut to use internal IP as external IP: COTURN_INTERNAL_RELAY
|
||||
# ==========================
|
||||
if [ -n "${COTURN_INTERNAL_RELAY}" ] && [ "${COTURN_INTERNAL_RELAY}" = "true" ]; then
|
||||
if [ -n "${COTURN_INTERNAL_RELAY:-}" ] && [ "${COTURN_INTERNAL_RELAY:-}" = "true" ]; then
|
||||
discover-internal-ip.sh
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue