mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: ha - azure - fix domain name storage in install script.
parent
2304bca8d4
commit
01df8eab17
|
@ -555,7 +555,7 @@ if [[ $MASTER_NODE_NUM -eq 1 ]] && [[ "$ALL_SECRETS_GENERATED" == "" || "$ALL_SE
|
|||
else
|
||||
DOMAIN=${domainName}
|
||||
fi
|
||||
DOMAIN="$(/usr/local/bin/store_secret.sh save DOMAIN-NAME "${domainName}")"
|
||||
DOMAIN="$(/usr/local/bin/store_secret.sh save DOMAIN-NAME "${DOMAIN}")"
|
||||
|
||||
# Configure TURN server domain name
|
||||
if [[ -n "${turnDomainName}" ]]; then
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue