Confused, what's gone wrong. I get answer,
./crontab: line 2: syntax error near unexpected token `('
./crontab: line 2: `4,14,24,34,44,54 * * * * start_connect('oh2j')
unless connected('oh2j')'
When I try to run crontab by hand.
My crontab looks...
#Check connection
4,14,24,34,44,54 * * * * start_connect('oh2j') unless connected('oh2j')
Jarmo, oh1mrr