dehydrated-io / dehydrated

letsencrypt/acme client implemented as a shell-script – just add water
https://dehydrated.io
MIT License
5.97k stars 717 forks source link

zsh errexit causes failed grep to exit #855

Open sevmonster opened 2 years ago

sevmonster commented 2 years ago

I noticed that my cert renewals were coming back with no output. I've managed to track it down to line 146. It appears that since shwordsplit isn't set in my environment, the grep fails, and the script exits. Turning off errexit for this line allows the script to continue. I do not experience this issue with Bash.