Cronjob命令不起作用

时间:2014-04-29 17:39:51

标签: perforce crontab

我有一个脚本,我试图将其设置为crontab,但它在“p4 sync”语句中失败。

获取以下错误:

/bin/sh: 1: p4: not found

我可以手动运行它,没有任何错误。

我尝试添加完整路径:

 /usr/local/bin/p4 sync

仍然无法正常工作。

任何线索我错过了什么?提前谢谢。

1 个答案:

答案 0 :(得分:0)

Environment variable ?

You may try to add this:

. /etc/profile   
source $yourHomePath/.bash_profile   
source $yourHomePath/.bashrc   

This is used to add user's profile into path.