Koozali.org: home of the SME Server

Obsolete Releases => SME 9.x Contribs => Topic started by: Drifting on May 17, 2018, 12:11:52 PM

Title: Learn contrib
Post by: Drifting on May 17, 2018, 12:11:52 PM
Hi all.

So far very impressed with the scripts and learn frontend. Have it installed and working nicely. However, I get a blessed email every hour from cron! Is there a way to stop this? it's driving me nuts.

Thanks Paul.
Title: Re: Learn contrib
Post by: Jean-Philippe Pialasse on May 17, 2018, 01:28:40 PM
Hi Paul,

See https://wiki.contribs.org/Learn#Documentation

Code: [Select]
config setprop Learn Verbose disabled
expand-template /etc/cron.d/Learn
Title: Re: Learn contrib
Post by: Drifting on May 17, 2018, 01:48:32 PM
Hi Paul,

See https://wiki.contribs.org/Learn#Documentation

Code: [Select]
config setprop Learn Verbose disabled
expand-template /etc/cron.d/Learn

LOL, well this will answer why it did not work for me, and I had read the documentation:-

config setprop Learn verbose=disabled

Regards Paul.
Title: Re: Learn contrib
Post by: Jean-Philippe Pialasse on May 17, 2018, 03:52:13 PM
LOL, well this will answer why it did not work for me, and I had read the documentation:-

config setprop Learn verbose=disabled

Regards Paul.

indeed two typos : v in place of V and = in place of a space.