running a cron job

I have a cron job I am running as root.

It runs a script in /var/www/html.

My problem is it checks out the files into /root/dir.

How can I fix this so it puts them in the right folder in /var/www/html?


Thanks!

 

 

 

 

Top