解决需要 导入环境变量
有两种导入方法:
在crontab -e编辑时加入
. /etc/profile;/bin/sh #主要"."后要有个空格
0 12 * * * . /etc/profile;/bin/sh /your/sh/your_sh.sh
在你要运行的脚本的开头加入
source /etc/profile
解决需要 导入环境变量
有两种导入方法:
在crontab -e编辑时加入
. /etc/profile;/bin/sh #主要"."后要有个空格
0 12 * * * . /etc/profile;/bin/sh /your/sh/your_sh.sh
在你要运行的脚本的开头加入
source /etc/profile
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。