fix(debian): Fixes enforce_apache option.
This commit is contained in:
parent
ef7d425859
commit
5f0dd903f6
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue