解決手動運行腳本執行正常而放入crontab後不正常的方法

解決須要 導入環境變量code

有兩種導入方法:crontab

在crontab -e編輯時加入變量

. /etc/profile;/bin/sh #主要"."後要有個空格
0 12 * * * . /etc/profile;/bin/sh /your/sh/your_sh.sh

在你要運行的腳本的開頭加入file

source /etc/profile
相關文章
相關標籤/搜索