Koozali.org: home of the SME Server

Learn contrib

Offline Drifting

  • ****
  • 431
  • +0/-0
Learn contrib
« 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.
Infamy, Infamy, they all have it in for me!

Offline Jean-Philippe Pialasse

  • *
  • 2,747
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: Learn contrib
« Reply #1 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

Offline Drifting

  • ****
  • 431
  • +0/-0
Re: Learn contrib
« Reply #2 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.
Infamy, Infamy, they all have it in for me!

Offline Jean-Philippe Pialasse

  • *
  • 2,747
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: Learn contrib
« Reply #3 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.