由CakePHP 2.4控制台创建的Cronjob无法在Centos上运行

I have created my Shell and I want to create cronjob in Server Centos, (cronjob created by CakePHP Console but cronjob is not working).

Note :

  • I tried adding cronjob by cpanel in command line
  • Hence I tried the code in localhost and do test manual in server and his working without problem

I add this code in cpanel

cd /home/username/public_html && Console/cake Cronjob

any Idea?