fix: Set default choice for jaas, keeps old behavior.

This commit is contained in:
damencho 2022-09-14 09:48:16 -05:00 committed by Дамян Минков
parent 9d57c8e058
commit 8c0de928ab
2 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,7 @@ case "$1" in
# one, so if JAAS_INPUT is empty (the question is not asked), let's ask it now.
if [ -z "$JAAS_INPUT" ] ; then
db_subst jitsi-meet/jaas-choice domain "${JVB_HOSTNAME}"
db_set jitsi-meet/jaas-choice false
db_input critical jitsi-meet/jaas-choice || true
db_go
db_get jitsi-meet/jaas-choice

View File

@ -69,6 +69,7 @@ case "$1" in
fi
db_subst jitsi-meet/jaas-choice domain "${JVB_HOSTNAME}"
db_set jitsi-meet/jaas-choice false
db_input critical jitsi-meet/jaas-choice || true
db_go
db_get jitsi-meet/jaas-choice