mirror of
https://github.com/chevereto/docker.git
synced 2026-05-07 02:17:35 +02:00
fix error display
This commit is contained in:
@@ -14,7 +14,6 @@ if [ -z ${ADMIN_EMAIL} ]; then
|
||||
fi
|
||||
if [ -z ${CLOUDFLARE_A_NAME} ]; then
|
||||
HOSTNAME="${DOMAIN}"
|
||||
echo "* CLOUDFLARE_A_NAME is not set, skipping DNS creation"
|
||||
else
|
||||
HOSTNAME="${NAMESPACE}.${DOMAIN}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user