I'm trying to set a new Cronjob in DirectAdmin like so :
0,30 * * * * my_command
Run a my_command every 30 minutes.
But gets me following error :
Any helps would be appreciated.
0,30 * * * * my_command
Run a my_command every 30 minutes.
But gets me following error :
You must use a number for the minute (0-59). You can only have a cron run once per day. (You can make more than one cron)
You must use a number for the hour (0-23). You can only have a cron run once per day. (You can make more than one cron)
Any helps would be appreciated.