Skip to content

Commit 31d2ed1

Browse files
committed
Change ENV variable from GENERATE_DHPARAM to DHPARAM_GENERATION
1 parent a3b1d5b commit 31d2ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ fi
1616

1717
# Generate dhparam file if required
1818
# Note: if $DHPARAM_BITS is not defined, generate-dhparam.sh will use 2048 as a default
19-
# Note2: if $GENERATE_DHPARAM is set to false in environment variable, dh param generator will skip completely
20-
/app/generate-dhparam.sh $DHPARAM_BITS $GENERATE_DHPARAM
19+
# Note2: if $DHPARAM_GENERATION is set to false in environment variable, dh param generator will skip completely
20+
/app/generate-dhparam.sh $DHPARAM_BITS $DHPARAM_GENERATION
2121

2222
# Compute the DNS resolvers for use in the templates
2323
export RESOLVERS=$(awk '$1 == "nameserver" {print $2}' ORS=' ' /etc/resolv.conf | sed 's/ *$//g')

0 commit comments

Comments
 (0)