2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-31 06:15:14 +00:00

fix format

This commit is contained in:
neil
2020-07-14 21:49:50 +08:00
parent f31debc09c
commit e2a5af1cf7

View File

@@ -1039,7 +1039,7 @@ _sign() {
_ec_s="0${_ec_s}"
done
fi
_debug3 "_ec_r" "$_ec_r"
_debug3 "_ec_r" "$_ec_r"
_debug3 "_ec_s" "$_ec_s"
printf "%s" "$_ec_r$_ec_s" | _h2b | _base64
else