]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
fixed bad typo..
authorLukas Schauer <lukas@schauer.so>
Mon, 14 Sep 2020 16:28:05 +0000 (18:28 +0200)
committerLukas Schauer <lukas@schauer.so>
Mon, 14 Sep 2020 16:28:05 +0000 (18:28 +0200)
dehydrated

index 35183f6c68c24fc1c342822dfc3389d5d927cee9..f969becbff47c9511084573daa44301fd8699538 100755 (executable)
@@ -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