mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-24 14:01:38 +02:00
ignore missing LETSENCRYPT_EMAIL in dev mode
This commit is contained in:
parent
8704ec2147
commit
861902531b
@ -18,7 +18,7 @@ if [ -z "$EXTERNAL_IPv4" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ "$ENABLE_HTTPS_PROXY" ] && [ -z "$LETSENCRYPT_EMAIL" ]; then
|
||||
if [ "$ENABLE_HTTPS_PROXY" ] && [ -z "$LETSENCRYPT_EMAIL" ] && [ -z "$DEV_MODE" ]; then
|
||||
echo "ERROR: LETSENCRYPT_EMAIL is not set in .env"
|
||||
echo "you need to specify an email adress, otherwise the certificate"
|
||||
echo "retrieval will fail"
|
||||
|
Loading…
x
Reference in New Issue
Block a user