*/15 * * * * lynx http://mysitename.com/ow_cron/run.php
I have also made it where I would receive an email if there is any output received: These are the emails I am currently getting and not sure what any of this means:
Your Terminal type is unknown!
Enter a terminal type: [vt100]
TERMINAL TYPE IS SET TO vt100
(B )0 [1;24r [m [?7h [?1h = [H [J [21B [0;7m Getting http://www.mysitename.com/ow_cron/run.php [m
[0;7m Looking up www.mysitename.com [m [22;27H
[0;7m Making HTTP connection to www.mysitename.com [m
[0;7m Sending HTTP request. [m [22;22H
[0;7m HTTP request sent; waiting for response. [m
[24;1H
[?1l >
With that being said, could someone shed some light to what that means above? What does it mean my Terminal type is unknown? And also, is my cron job running correctly?
Kind Regards,
Hybrid