I'm trying to create this cronjob:
30 3 * * * cd /home/jgacrm/public_html/app/protected/commands && ./zurmoc jobManager admin TestOutboundEmail &> /dev/null
but the resulting cronjob is:
30 3 * * * cd /home/jgacrm/public_html/app/protected/commands
I've tried different variations but it seems the cronjob gets truncated at the first "&"
I've migrated from ISPConfig and this cronjob ran fine.
Any help would be greatly appreciated.