mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
No unbuond variables.
This commit is contained in:
parent
36eabe0b07
commit
bbcde7974c
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ certbot_test () {
|
|||
"$@"
|
||||
}
|
||||
|
||||
export BOULDER_IP=${BOULDER_IP:10.77.77.77}
|
||||
export BOULDER_IP=10.77.77.77
|
||||
export SERVER=${SERVER:-http://$BOULDER_IP:4000/directory}
|
||||
# Use local ACMEv2 endpoint if requested and SERVER isn't already set.
|
||||
if [ "${BOULDER_INTEGRATION:-v1}" = "v2" -a -z "${SERVER:+x}" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue