内容简介:解决手动运行脚本执行正常而放入crontab后不正常的方法
有2种解决方法:
1、在 crontab -e
编辑时加入
. /etc/profile;/bin/sh #主要"."后要有个空格
#例子
0 12 * * * . /etc/profile;/bin/sh /your/sh/your_sh.sh
2、在你要运行的脚本的开头加入
source /etc/profile
以上所述就是小编给大家介绍的《解决手动运行脚本执行正常而放入crontab后不正常的方法》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
500 Lines or Less
Amy Brown、Michael DiBernardo / 2016-6-28 / USD 35.00
This book provides you with the chance to study how 26 experienced programmers think when they are building something new. The programs you will read about in this book were all written from scratch t......一起来看看 《500 Lines or Less》 这本书的介绍吧!