mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-20 15:31:21 +02:00
fixed bad typo..
This commit is contained in:
@@ -431,7 +431,7 @@ load_config() {
|
|||||||
|
|
||||||
# Preset CAs
|
# Preset CAs
|
||||||
if [ "${CA}" = "letsencrypt" ]; then
|
if [ "${CA}" = "letsencrypt" ]; then
|
||||||
CA="{$CA_LETSENCRYPT}"
|
CA="${CA_LETSENCRYPT}"
|
||||||
elif [ "${CA}" = "zerossl" ]; then
|
elif [ "${CA}" = "zerossl" ]; then
|
||||||
CA="${CA_ZEROSSL}"
|
CA="${CA_ZEROSSL}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user