[__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:
evilham 2022-03-10 21:20:52 +01:00
parent ecd10de2d3
commit ac03f05766
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ EOF
if [ -f "${__object}/parameter/secured-domains" ]; then
SECURED_DOMAINS_STATE='present'
SECURED_DOMAINS_STATE_JICOFO='replace'
SECURED_DOMAINS_STATE_JICOFO='present'
else
SECURED_DOMAINS_STATE='absent'
SECURED_DOMAINS_STATE_JICOFO='absent'