[__jitsi_meet] Fix bug with secured domains
This is a leftover from when we were using __line instead of __block. Closes #15 Reported by: @pedro
This commit is contained in:
parent
ecd10de2d3
commit
ac03f05766
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ EOF
|
||||||
|
|
||||||
if [ -f "${__object}/parameter/secured-domains" ]; then
|
if [ -f "${__object}/parameter/secured-domains" ]; then
|
||||||
SECURED_DOMAINS_STATE='present'
|
SECURED_DOMAINS_STATE='present'
|
||||||
SECURED_DOMAINS_STATE_JICOFO='replace'
|
SECURED_DOMAINS_STATE_JICOFO='present'
|
||||||
else
|
else
|
||||||
SECURED_DOMAINS_STATE='absent'
|
SECURED_DOMAINS_STATE='absent'
|
||||||
SECURED_DOMAINS_STATE_JICOFO='absent'
|
SECURED_DOMAINS_STATE_JICOFO='absent'
|
||||||
|
|
Loading…
Reference in a new issue