Quote:
Originally Posted by born2blog
Is there any way I can do it on my own?
|
yes.
crontab -l will list your current crontab.
crontab -e will let you edit your crontab. When the file opens, paste this into it:
* * * * * cd /full_path/to/your/domain/root/directory/crtr/bin && ./cron.sh 1>/dev/null 2>/dev/null
(you will need to edit the path to the directory for your installation)
then type the following: :wq and hit return
EDIT: if that looks like a foreign language to you, then let your host do it