Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Oxide

Pages: [1]
1
CentOS-WebPanel Bugs / Cronjob creation issue
« on: June 22, 2018, 01:45:27 PM »
I'm trying to create this cronjob:
Code: [Select]
30 3 * * * cd /home/jgacrm/public_html/app/protected/commands && ./zurmoc jobManager admin TestOutboundEmail &> /dev/null
but the resulting cronjob is:
Code: [Select]
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.

Pages: [1]