0
我有一個.sh腳本,當我手動執行它時,它完美地工作。 如果我試圖用一個cronjob運行它,我得到Cronjob執行.sh,出現錯誤
nohup: failed to run command `java': No such file or directory
sh文件:
nohup java -Xmx2048m -jar magicBox.jar $* -d appNameiResource -re > /nfs/inf/storage/logs/magicBox/magicBox_refresh.log 2>&1 &
的cronjob:
#M H D M W Command
15 10 * * 5 cd /home/user1/magicBox; ./startup_refresh.sh