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

View File

@@ -69,7 +69,7 @@ case "$1" in
FORCE_APACHE="true"
fi
# 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" ] \
&& [ "$FORCE_APACHE" = "true" ]; then
FORCE_NGINX="false"