fixed bad typo..

This commit is contained in:
Lukas Schauer
2020-09-14 18:28:05 +02:00
parent 74c136905b
commit 142c69dd90

View File

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