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
c47e67e5
Unverified
Commit
c47e67e5
authored
May 10, 2018
by
andrewheberle
Committed by
GitHub
May 10, 2018
Browse files
Fix variable name
parent
3a95bfb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/haproxy.sh
View file @
c47e67e5
...
@@ -61,8 +61,8 @@ haproxy_deploy() {
...
@@ -61,8 +61,8 @@ haproxy_deploy() {
return
1
return
1
fi
fi
else
else
Le_Deploy_haproxy_
cert
=
"
${
DEPLOY_HAPROXY_PEM
}
"
Le_Deploy_haproxy_
pem
=
"
${
DEPLOY_HAPROXY_PEM
}
"
_savedomainconf Le_Deploy_haproxy_
cert
"
${
Le_Deploy_haproxy_pem
}
"
_savedomainconf Le_Deploy_haproxy_
pem
"
${
Le_Deploy_haproxy_pem
}
"
fi
fi
# BUNDLE is optional. If not provided then assume "${DEPLOY_HAPROXY_BUNDLE_DEFAULT}"
# BUNDLE is optional. If not provided then assume "${DEPLOY_HAPROXY_BUNDLE_DEFAULT}"
...
...
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