Hacker News new | ask | show | jobs
by pazderski 1104 days ago
I wouldn't say there are too many pitfalls. Quote all variables (acme.sh seem to do well on that part) and don't use eval (probably the reason for this problem).
1 comments

I just read the entire issue thread, yes eval was the reason.