add missing echo

This commit is contained in:
oguh43 2022-11-25 17:46:39 +01:00 committed by GitHub
parent b933633e50
commit d75165ac81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ fi
# Set default preferred chain if no value specified
if [ -z "$LETSENCRYPT_CHAIN" ]; then
"INFO: LETSENCRYPT_CHAIN is unset, using default chain"
echo "INFO: LETSENCRYPT_CHAIN is unset, using default chain"
LETSENCRYPT_CHAIN="default"
fi