forked from GNUsocial/gnu-social
[TOOLS] Fix missing exported variable in bin/configure
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user