Skip to content

Error with no domain specified #38

Locked Answered by kereis
GenesisAdam asked this question in Q&A
Discussion options

You must be logged in to vote

Hey,

I took a look at the code and realized that even though checking the case where DOMAIN is empty, I probably forgot to remove the sanity check where the program would exit if DOMAIN is empty.

if [[ -z "${DOMAIN}" ]]; then

We simply have to remove this check and rewrite it to only split the DOMAIN CSVs if DOMAIN is defined.

If you want, you can try to fix it and send in a PR. Otherwise I fix it as soon as possible. Thanks for pointing this out!

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@GenesisAdam
Comment options

@kereis
Comment options

@kereis
Comment options

Answer selected by GenesisAdam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants