I find the solution if some one have this problem, you need to indicate in crontab the full path of your bash script:
*/5 * * * * /usr/local/bin/phplist -pprocessqueue >> /var/log/processqueue.log 2>&1
NOT Just like this : */5 * * * * phplist -pprocessqueue >> /var/log/processqueue.log 2>&1
1 Like