[TOOLS] Fix missing exported variable in bin/configure

This commit is contained in:
2021-04-14 15:40:14 +00:00
parent 3b901745d5
commit 155f30e816
2 changed files with 2 additions and 1 deletions

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