deployment: Minor fix detect-external-ip.sh
This commit is contained in:
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…
x
Reference in New Issue
Block a user