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
86c017ec
Commit
86c017ec
authored
Sep 24, 2016
by
neil
Browse files
fix deactivate return code
parent
0407c4e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
86c017ec
...
...
@@ -2863,7 +2863,9 @@ deactivate() {
if
[
-z
"
$_d_dm
"
]
||
[
"
$_d_dm
"
=
"
$NO_VALUE
"
]
;
then
continue
fi
_deactivate
"
$_d_dm
"
$_d_type
if
!
_deactivate
"
$_d_dm
"
$_d_type
;
then
return
1
fi
done
}
...
...
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