[TOOLS] Fix missing exported variable in bin/configure

This commit is contained in:
Hugo Sales 2021-04-14 15:40:14 +00:00
parent efd2719481
commit 5d4f544a03
2 changed files with 2 additions and 1 deletions

1
bin/configure vendored
View File

@ -396,6 +396,7 @@ export NGINX_HTTPS_PORT="${NGINX_HTTPS_PORT}"
export PHP_PORT="${PHP_PORT}"
export DBMS="${DBMS}"
export BUILD_PHP="${BUILD_PHP}"
export LE_CERT="${LE_CERT}"
for SERV in ${DOCKER}; do
SERV=$(echo "${SERV}" | sed -r 's/"([^"]*)"/\1/')

View File

@ -1,6 +1,6 @@
#!/usr/bin/sh
if [ $LE_CERT -ne 0 ]; then
if [ "${LE_CERT}" -ne 0 ]; then
cat <<EOF
php:
build: docker/php