Alesh Mustar wrote:
> cron: find /opt/rt2/WebRT/sessiondata -type f -amin +600 -exec rm {}\;
> find: missing argument to `-exec'
Put a space between the {} and the \;.
You're correct about the "-type" typo, by the way. It's already
fixed in the README for 2.0.2test1.