【发布时间】:2014-05-30 21:44:41
【问题描述】:
我在 cron 作业中遇到了这个错误
/usr/bin/env: node: No such file or directory
所以我这样做了
*/10 * * * * . $HOME/.bashrc sh /path/to/cronjob.sh
在我的 cron 工作中
但是它给了我这个错误
/etc/cron.daily/man-db:
/usr/bin/mandb: can't set the locale; make sure $LC_* and $LANG are correct
【问题讨论】: