mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-29 21:32:44 +00:00
fixing format
This commit is contained in:
parent
ca9dd69820
commit
bbb51c42c3
4
acme.sh
4
acme.sh
@ -1865,7 +1865,7 @@ _mktemp() {
|
|||||||
# "https://[2001:420:2c7f:11:10:86:92:243]/acme/acme/authz/5B0PBcY4uSboiG7Pc19ltTjjsWCsqUay"],
|
# "https://[2001:420:2c7f:11:10:86:92:243]/acme/acme/authz/5B0PBcY4uSboiG7Pc19ltTjjsWCsqUay"],
|
||||||
# "finalize":"https://[2001:420:2c7f:11:10:86:92:243]/acme/acme/order/3LlSglOPQbnGgy0I1wMbnxSVJrHnDqT2/finalize"}'
|
# "finalize":"https://[2001:420:2c7f:11:10:86:92:243]/acme/acme/order/3LlSglOPQbnGgy0I1wMbnxSVJrHnDqT2/finalize"}'
|
||||||
_parse_authorizations() {
|
_parse_authorizations() {
|
||||||
awk '
|
awk '
|
||||||
BEGIN {
|
BEGIN {
|
||||||
FS = "";
|
FS = "";
|
||||||
inside = 0;
|
inside = 0;
|
||||||
@ -1891,7 +1891,7 @@ awk '
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}'
|
}'
|
||||||
}
|
}
|
||||||
|
|
||||||
#clear all the https envs to cause _inithttp() to run next time.
|
#clear all the https envs to cause _inithttp() to run next time.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user