https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26977 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #4 from David Cook <dcook@prosentient.com.au> --- Looking at https://koha-community.org/manual/latest/en/html/cron_jobs.html I see the following: "The locations below assume a development install which puts the crons in misc/, if you have a standard install you may want to look in bin/ for these files if you cannot find them in misc/" That could probably be tweaked to something like: "The locations in the documentation assume a development install where files are found in misc/ relative to the git root checkout. If you have installed using Debian packages or the standard install from source, you will want to look for files in /usr/share/koha/bin/. Other locations are possible with other installation methods." -- FYI for anyone with shell access using Debian packages, the following command is an easy way to find files installed by a Debian package: dpkg -L koha-common This provides a comprehensive listing of the files installed by the koha-common package. You can then easily find the file from there. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.