mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-07 15:12:10 +08:00
fix typo
This commit is contained in:
2
acme.sh
2
acme.sh
@@ -731,7 +731,7 @@ _mktemp() {
|
|||||||
|
|
||||||
_inithttp() {
|
_inithttp() {
|
||||||
|
|
||||||
if [ -z "$HTTP_HEADER" ] || ! touch "HTTP_HEADER" ; then
|
if [ -z "$HTTP_HEADER" ] || ! touch "$HTTP_HEADER" ; then
|
||||||
HTTP_HEADER="$(_mktemp)"
|
HTTP_HEADER="$(_mktemp)"
|
||||||
_debug2 HTTP_HEADER "$HTTP_HEADER"
|
_debug2 HTTP_HEADER "$HTTP_HEADER"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user