https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20116 --- Comment #38 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 88201 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=88201 Bug 20116: Flush the caches Review of attachment 88201: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20116&attachment=88201) ----------------------------------------------------------------- ::: debian/scripts/koha-translate @@ +233,5 @@
+flush_cache() +{ + if [ "$dev" = "" ]; then + koha-foreach --enabled "$KOHA_HOME/misc/bin/clear_cache.pl"
Is $KOHA_HOME/misc/bin going to exist? And is clear_cache.pl going to get put there? Something is fishy for running this live. -- You are receiving this mail because: You are watching all bug changes.