Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
0bbe6eef
Commit
0bbe6eef
authored
Jul 03, 2016
by
neil
Browse files
minor
parent
d0b748a4
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
0bbe6eef
...
...
@@ -2508,8 +2508,10 @@ _installOnline() {
_debug "Download error."
return 1
fi
(
_info "Extracting $localname"
tar xzf $localname
cd "$PROJECT_NAME-$BRANCH"
chmod +x $PROJECT_ENTRY
if ./$PROJECT_ENTRY install "$_nocron" ; then
...
...
@@ -2517,8 +2519,10 @@ _installOnline() {
fi
cd ..
rm -rf "$PROJECT_NAME-$BRANCH"
rm -f "$localname"
)
}
upgrade() {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment