Crontab issue
Posted by: usurp
Posted on: 2006-03-27 01:07:00
I put the following in my crontab
0,10 * * * * cd $HOME/248pm.com/wp-content ; php -q update-feeds.php
supposed to do this every 10 minutes (planning on making it 30 once it works) but its not doing it. When i type the command (cd $HOME/248pm.com/wp-content ; php -q update-feeds.php) manually in shell it works.
am i doing something wrong? I am saving the wrong crontab file or something. when i quit crontab -e it asks me to save i say yes and it asks me if its this
File Name to Write: /tmp/crontab.MeO4Y6/crontab
i press enter. what am i doing wrong?
thanks