Web Hosting Talk







View Full Version : 5,20,35,50 * * * *


RingMastA
10-28-2004, 03:12 PM
Anyone familiar with modernbill that can help me for 2 minutes??

SHH: 5,20,35,50 * * * * php -q -f /home/jugga/public_html/modernbill/include/scripts/run_background_queue.inc.php /home/jugga/public_html/modernbill/ cron


gives me this...
-bash: 5,20,35,50: command not found

any idea??

AIM: Ringmastasix

scooterh
10-28-2004, 03:15 PM
thatsr a cronttab, you need to crontab -e and add the following all in one line

5,20,35,50 * * * * php -q -f /home/jugga/public_html/modernbill/include/scripts/run_background_queue.inc.php /home/jugga/public_html/modernbill/ cron

if you want to run it from command line, just start at the php.