jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

error: setupterm: could not find terminfo database #293

Closed LaszloHont closed 6 years ago

LaszloHont commented 7 years ago

When I run a minicron job from cron, I get this error:

error: setupterm: could not find terminfo database

But not when I run the minicron job from the command-line or from cron directly (not through minicron).

Any ideas why this is? Thank you.

jamesrwhite commented 7 years ago

This seems to suggest setting two environment variables should fix it. You could add those to your job definition if it relies on them to work correctly.

LaszloHont commented 7 years ago

I tried that, but it didn't help. I will investigate!

jamesrwhite commented 6 years ago

Closing as this is almost a year old now, feel free to re-open if you still have this issue.