This commit is contained in:
parent
95a9163aa3
commit
c3a436abfc
2 changed files with 2 additions and 2 deletions
|
@ -14,4 +14,4 @@ REMOVE_DUPLICATES=true
|
|||
SLEEP_INTERVAL=600
|
||||
|
||||
# The domain your subdomain is registered at. (i.e. foo.com for home.foo.com)
|
||||
DOMAIN=ingress.tjo.cloud
|
||||
DOMAIN=ingress.tjo.cloud
|
||||
|
|
|
@ -27,7 +27,7 @@ error() {
|
|||
}
|
||||
|
||||
test -f "${DIGITALOCEAN_TOKEN_FILE:-}" && DIGITALOCEAN_TOKEN="$(cat "$DIGITALOCEAN_TOKEN_FILE")"
|
||||
test -z "$DIGITALOCEAN_TOKEN" && error "DIGITALOCEAN_TOKEN not set!"
|
||||
test -z "${DIGITALOCEAN_TOKEN}" && error "DIGITALOCEAN_TOKEN not set!"
|
||||
test -z "${DOMAIN}" && error "DOMAIN not set!"
|
||||
test -z "${NAME}" && error "NAME not set!"
|
||||
|
||||
|
|
Loading…
Reference in a new issue