mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
This commit is contained in:
parent
df9547ae39
commit
a8df88ab91
4
acme.sh
4
acme.sh
@ -733,7 +733,7 @@ _mktemp() {
|
||||
|
||||
_inithttp() {
|
||||
|
||||
if [ -z "$HTTP_HEADER" ] ; then
|
||||
if [ -z "$HTTP_HEADER" ] || ! touch "HTTP_HEADER" ; then
|
||||
HTTP_HEADER="$(_mktemp)"
|
||||
_debug2 HTTP_HEADER "$HTTP_HEADER"
|
||||
fi
|
||||
@ -2772,7 +2772,7 @@ _installOnline() {
|
||||
if [ ! "$BRANCH" ] ; then
|
||||
BRANCH="master"
|
||||
fi
|
||||
_initpath
|
||||
|
||||
target="$PROJECT/archive/$BRANCH.tar.gz"
|
||||
_info "Downloading $target"
|
||||
localname="$BRANCH.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user