phppete
05-06-2007, 04:23 AM
Why did the following fail to execute:
0 */1 * * * /bin/sh /big/dom/x....
but this is working as expected
17 */1 * * * /bin/sh /big/dom/x..
I thought 0 */1 * * * means every hour, at the top of the hour eg 1:00am, 2:00am, but it appears that isn't the case. What am I missing?:confuz:
Thanks
0 */1 * * * /bin/sh /big/dom/x....
but this is working as expected
17 */1 * * * /bin/sh /big/dom/x..
I thought 0 */1 * * * means every hour, at the top of the hour eg 1:00am, 2:00am, but it appears that isn't the case. What am I missing?:confuz:
Thanks