From 3289f6f68e40d22232e69a52823e60d311eed713 Mon Sep 17 00:00:00 2001 From: damencho Date: Thu, 30 Jul 2015 14:59:31 -0500 Subject: [PATCH] Updates nginx detection during configuration. --- debian/jitsi-meet.postinst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/jitsi-meet.postinst b/debian/jitsi-meet.postinst index ba4565c8a..01327ebb3 100644 --- a/debian/jitsi-meet.postinst +++ b/debian/jitsi-meet.postinst @@ -47,9 +47,7 @@ case "$1" in db_set jitsi-meet/jvb-hostname $JVB_HOSTNAME NGINX_INSTALL_CHECK="$(dpkg-query -W -f '${PackageSpec}:${Status}\n' nginx 2>&1 | grep -v "ok installed" || :)" - if [ -n "${NGINX_INSTALL_CHECK}" ]; then - FORCE_NGINX="false" - else + if [ -z "${NGINX_INSTALL_CHECK}" ]; then FORCE_NGINX="true" fi