1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-25 07:05:34 +00:00

Merge pull request #1201 from hmb/dev

fix bug in the --ca-bundle param of passing -f to _readlink
This commit is contained in:
neil
2018-01-18 09:28:51 +08:00
committed by GitHub
+1 -1
View File
@@ -5510,7 +5510,7 @@ _process() {
HTTPS_INSECURE="1" HTTPS_INSECURE="1"
;; ;;
--ca-bundle) --ca-bundle)
_ca_bundle="$(_readlink -f "$2")" _ca_bundle="$(_readlink "$2")"
CA_BUNDLE="$_ca_bundle" CA_BUNDLE="$_ca_bundle"
shift shift
;; ;;