]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
prevent whitespace splitting
authorDavid Schramm <david.schramm@live.com>
Sun, 2 Apr 2023 15:30:47 +0000 (17:30 +0200)
committerDavid Schramm <david.schramm@live.com>
Sun, 2 Apr 2023 15:30:47 +0000 (17:30 +0200)
acme.sh

diff --git a/acme.sh b/acme.sh
index fa3505840ceae736250673f6ae51f3a135930df2..33721de538bbbf3c92844b1921f2ef45d44a3a88 100755 (executable)
--- a/acme.sh
+++ b/acme.sh
@@ -2412,7 +2412,7 @@ _getdeployconf() {
     return 0 # do nothing
   fi
   _saved="$(_readdomainconf "SAVED_$_rac_key")"
-  eval $_rac_key=\"$_saved\"
+  eval $_rac_key=\$_saved
   export $_rac_key
 }