http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13585 --- Comment #6 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 41024 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41024 Bug 13585 : Add a cronjob which send UsageStats monthly. Review of attachment 41024: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13585&attachment=41024) ----------------------------------------------------------------- ::: debian/koha-common.cron.monthly @@ +15,5 @@
+# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + + +koha-foreach --enabled /usr/share/koha/bin/cronjobs/share_usage_with_koha_community.pl
The problem is that the share_usage_with_koha_community.pl considers it's an error to launch it if the pref is not enabled. There is a warning message and an exit 1 in this case. I suppose it's not what we want, the admin will receive an email every month. -- You are receiving this mail because: You are watching all bug changes.