fix(debian): Fixes enforce_apache option.

This commit is contained in:
damencho 2021-01-26 08:28:04 -06:00 committed by Дамян Минков
parent ef7d425859
commit 5f0dd903f6
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ case "$1" in
FORCE_APACHE="true" FORCE_APACHE="true"
fi fi
# In case user enforces apache and if apache is available, unset nginx. # In case user enforces apache and if apache is available, unset nginx.
db_get jitsi-meet/enforce_apache db_get jitsi-meet/enforce_apache || RET="false"
if [ -n "$RET" ] && [ "$RET" = "true" ] \ if [ -n "$RET" ] && [ "$RET" = "true" ] \
&& [ "$FORCE_APACHE" = "true" ]; then && [ "$FORCE_APACHE" = "true" ]; then
FORCE_NGINX="false" FORCE_NGINX="false"