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
08d29a83
Unverified
Commit
08d29a83
authored
May 14, 2018
by
andrewheberle
Committed by
GitHub
May 14, 2018
Browse files
Fix return from reload
parent
675e2d25
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/haproxy.sh
View file @
08d29a83
...
...
@@ -257,10 +257,10 @@ haproxy_deploy() {
eval
"
${
_reload
}
"
_ret
=
$?
if
[
"
${
_ret
}
"
!=
"0"
]
;
then
_info
"Reload successful"
else
_err
"Error code
${
_ret
}
during reload"
return
${
_ret
}
else
_info
"Reload successful"
fi
return
0
...
...
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