mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(debian): Fixes enforce_apache option.
This commit is contained in:
2
debian/jitsi-meet-web-config.postinst
vendored
2
debian/jitsi-meet-web-config.postinst
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user