Hi all, i have configured my cronjob for index new records as below. */5 * * * * $KOHA_PATH/bin/migration_tools/rebuild_zebra.pl -b -a -z >/dev/null The records are however not being indexed every after five minutes as i expect yet when i run /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -a -z on the terminal it indexes ok. What could be the problem?