1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-17 11:23:09 +00:00
This commit is contained in:
neil
2016-08-15 19:15:19 +08:00
parent d529eb6d00
commit df9547ae39
+1 -1
View File
@@ -2777,7 +2777,7 @@ _installOnline() {
_info "Downloading $target"
localname="$BRANCH.tar.gz"
if ! _get "$target" > $localname ; then
_debug "Download error."
_err "Download error."
return 1
fi
(