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