I get parse error when execute script with cronjob but not with ssh.
Apr 28 18:44:01 crond[863]: user octopus: parse error at down
Apr 28 18:44:01 crond[863]: user octopus: parse error at *19
Get error with cronjob
cru a myfile down "0 *18 * * * /jffs/myfile.sh down"
But not with ssh
cru a...