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
096d8992
Commit
096d8992
authored
Jul 04, 2016
by
neil
Browse files
fix upgrade issue
parent
0bbe6eef
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
096d8992
...
@@ -2531,8 +2531,10 @@ upgrade() {
...
@@ -2531,8 +2531,10 @@ upgrade() {
_installOnline
"nocron"
_installOnline
"nocron"
)
;
then
)
;
then
_info
"Upgrade success!"
_info
"Upgrade success!"
exit
0
else
else
_err
"Upgrade failed!"
_err
"Upgrade failed!"
exit
1
fi
fi
}
}
...
...
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