TuRz4m/Ark-docker

Example cron jobs incorrect in README.md

Closed this issue · 2 comments

The example you've given has the commands end in:

/ark/log/crontab.log 2&>1

But this will fail jobs because the redirect is written incorrectly. The proper syntax is:

2>&1

Yeah exactly. This explain why I have a file called "1" in /ark/ folder :D
I also fixed it myself and forgot to open an issue about that.

Sorry typo and copy/paste. I Fixed the Readme ;)