mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-23 05:31:42 +00:00
minor
This commit is contained in:
parent
d529eb6d00
commit
df9547ae39
2
acme.sh
2
acme.sh
@ -2777,7 +2777,7 @@ _installOnline() {
|
|||||||
_info "Downloading $target"
|
_info "Downloading $target"
|
||||||
localname="$BRANCH.tar.gz"
|
localname="$BRANCH.tar.gz"
|
||||||
if ! _get "$target" > $localname ; then
|
if ! _get "$target" > $localname ; then
|
||||||
_debug "Download error."
|
_err "Download error."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user