]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
fix https://github.com/acmesh-official/acme.sh/issues/4301
authorneil <github@neilpang.com>
Thu, 8 Sep 2022 13:56:37 +0000 (21:56 +0800)
committerneil <github@neilpang.com>
Thu, 8 Sep 2022 13:56:49 +0000 (21:56 +0800)
acme.sh

diff --git a/acme.sh b/acme.sh
index 428c016f540b9112732242ee2f1dde9a0b64525c..0d61e2b5a212a34ae2fe61ab63d64c34ae5bad6b 100755 (executable)
--- a/acme.sh
+++ b/acme.sh
@@ -7442,17 +7442,17 @@ _process() {
       shift
       ;;
     --home)
-      LE_WORKING_DIR="$2"
+      export LE_WORKING_DIR="$2"
       shift
       ;;
     --cert-home | --certhome)
       _certhome="$2"
-      CERT_HOME="$_certhome"
+      export CERT_HOME="$_certhome"
       shift
       ;;
     --config-home)
       _confighome="$2"
-      LE_CONFIG_HOME="$_confighome"
+      export LE_CONFIG_HOME="$_confighome"
       shift
       ;;
     --useragent)