Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
d3595686
Commit
d3595686
authored
May 09, 2016
by
neil
Browse files
fix issue. return the actual retcode.
parent
c839b2b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
d3595686
...
...
@@ -2393,6 +2393,10 @@ _process() {
return
1
;;
esac
_ret
=
"
$?
"
if
[
"
$_ret
"
!=
"0"
]
;
then
return
$_ret
fi
if
[
"
$_useragent
"
]
;
then
_saveaccountconf
"USER_AGENT"
"
$_useragent
"
...
...
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