octopus
Part of the Furniture
I get parse error when execute script with cronjob but not with ssh.
Get error with cronjob
But not with ssh
I use myfile.sh down/up
what have i missed in this config?
Octopus
Code:
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
Code:
cru a myfile down "0 *18 * * * /jffs/myfile.sh down"
Code:
cru a myfile down "0 *18 * * * /jffs/myfile.sh down
I use myfile.sh down/up
what have i missed in this config?
Octopus