解決須要 導入環境變量code
有兩種導入方法:crontab
在crontab -e編輯時加入變量
. /etc/profile;/bin/sh #主要"."後要有個空格 0 12 * * * . /etc/profile;/bin/sh /your/sh/your_sh.sh
在你要運行的腳本的開頭加入file
source /etc/profile