Merge pull request #8 from oguh43/patch-1

add missing echo
This commit is contained in:
Maksim Stojkovic 2022-11-27 17:38:58 +11:00 committed by GitHub
commit 1a22ead6fa
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