https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17468 --- Comment #6 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 56702 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=56702 Bug 17468: Remove koha-*-zebra scripts and its traces Review of attachment 56702: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=17468&attachment=56702) ----------------------------------------------------------------- Where is koha-zebra? ::: debian/koha-common.bash-completion @@ -132,5 @@
-# koha-*-zebra autocomplete with enabled instances -complete -F _koha_enabled_instances koha-start-zebra -complete -F _koha_enabled_instances koha-restart-zebra -complete -F _koha_enabled_instances koha-stop-zebra
Shouldn't this be: complete -F _koha_enabled_instances koha-zebra ? ::: debian/koha-common.install @@ -30,5 @@
debian/scripts/koha-run-backups usr/sbin debian/scripts/koha-shell usr/sbin debian/scripts/koha-sitemap usr/sbin -debian/scripts/koha-start-zebra usr/sbin -debian/scripts/koha-stop-zebra usr/sbin
Shouldn't there be a: debian/scripts/koha-zebra usr/sbin ? -- You are receiving this mail because: You are watching all bug changes.