Updates nginx detection during configuration.
This commit is contained in:
parent
a701821698
commit
3289f6f68e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue