mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-11 20:52:45 +00:00
fix format
This commit is contained in:
parent
1c48498e8f
commit
925aeae4f4
2
acme.sh
2
acme.sh
@ -4153,7 +4153,7 @@ $_authorizations_map"
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "$response" | _dbase64 "multiline" >"$CERT_PATH";
|
echo "$response" | _dbase64 "multiline" >"$CERT_PATH"
|
||||||
|
|
||||||
if [ "$(grep -- "$BEGIN_CERT" "$CERT_PATH" | wc -l)" -gt "1" ]; then
|
if [ "$(grep -- "$BEGIN_CERT" "$CERT_PATH" | wc -l)" -gt "1" ]; then
|
||||||
_debug "Found cert chain"
|
_debug "Found cert chain"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user