fix error display

This commit is contained in:
Rodolfo Berrios
2024-02-16 16:51:31 -03:00
parent 3e38ce2fad
commit 94a562c44a

View File

@@ -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