Add cron job :(

rmxs

Verified User
Joined
Jan 14, 2007
Messages
133
Hi,

I know this is the easy part byt my mind get stuck

How its possible to add this cron job to directadmin to run one time per day?
/home/hellnet/domains/domain.com/public_html/billing/admin/cron.php
 
Yes i know byt..

i have add this line

50 17 * * * /home/hellnet/domains/domain.com/public_html/billing/admin/cron.php

byt doesnt seems to run

(the time was 17.50)
 
Because it's not a correct command :) You should use something like:
Code:
/usr/local/bin/php -q /home/hellnet/domains/domain.com/public_html/billing/admin/cron.php
 
Back
Top