Hello All
Im currently with hostgator and i need to set a cron for every minute.
when i do so it changes every so oftern to
from
* * * * wget xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
*/24 * * * wget xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Which is changed to every 24 minutes. Can i not use:
0 * * * wget xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
1 * * * wget xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
2 * * * wget xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
3 * * * wget xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
4 * * * wget xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
...
59 * * * wget xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
etc....
to run it every minute? to bypass the minimum 24 minute setting?
dave
Im currently with hostgator and i need to set a cron for every minute.
when i do so it changes every so oftern to
from
* * * * wget xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
*/24 * * * wget xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Which is changed to every 24 minutes. Can i not use:
0 * * * wget xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
1 * * * wget xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
2 * * * wget xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
3 * * * wget xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
4 * * * wget xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
...
59 * * * wget xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
etc....
to run it every minute? to bypass the minimum 24 minute setting?
dave