fix format

This commit is contained in:
neilpang 2019-01-06 20:21:07 +08:00
parent 1c48498e8f
commit 925aeae4f4

View File

@ -4153,7 +4153,7 @@ $_authorizations_map"
return 1
fi
echo "$response" | _dbase64 "multiline" >"$CERT_PATH";
echo "$response" | _dbase64 "multiline" >"$CERT_PATH"
if [ "$(grep -- "$BEGIN_CERT" "$CERT_PATH" | wc -l)" -gt "1" ]; then
_debug "Found cert chain"