Commit 1fb800f7 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #486 from Neilpang/dev

fix https://github.com/Neilpang/acme.sh/issues/481
parents 2959281d 3a3b0dd5
......@@ -3977,7 +3977,10 @@ _installOnline() {
fi
(
_info "Extracting $localname"
tar xzf $localname
if ! (tar xzf $localname || gtar xzf $localname); then
_err "Extraction error."
exit 1
fi
cd "$PROJECT_NAME-$BRANCH"
chmod +x $PROJECT_ENTRY
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment