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
afe5cb58
"app/lua/vscode:/vscode.git/clone" did not exist on "a57fe552e8109a25a10bf5cad510e467b0d39519"
Unverified
Commit
afe5cb58
authored
May 04, 2018
by
Daniel Watrous
Committed by
GitHub
May 04, 2018
Browse files
update for POSIX compliance
parent
e9e99954
Changes
1
Show whitespace changes
Inline
Side-by-side
deploy/haproxy.sh
View file @
afe5cb58
...
...
@@ -22,7 +22,7 @@ haproxy_deploy() {
# handle reload preference
DEFAULT_HAPROXY_RELOAD
=
"/usr/sbin/service haproxy restart"
if
[
[
-z
"
${
DEPLOY_HAPROXY_RELOAD
}
"
]
]
;
then
if
[
-z
"
${
DEPLOY_HAPROXY_RELOAD
}
"
]
;
then
_reload
=
"
${
DEFAULT_HAPROXY_RELOAD
}
"
_cleardomainconf DEPLOY_HAPROXY_RELOAD
else
...
...
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