Bug 16830: Remove -x usage on koha-indexer
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 28 Jun 2016 22:41:54 +0000 (19:41 -0300)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Thu, 4 Aug 2016 19:41:41 +0000 (19:41 +0000)
commit87bcaa7df3fa8beca0dabed42c80930e70c3ece8
tree4e3ddd668874bf407474e0e8932847a705a571e4
parent28eae42d2d09c14d0bb1bd3e1655714b33711ab3
Bug 16830: Remove -x usage on koha-indexer

This patch just does that, and removes it from the comment on /etc/default/koha-common

To test:
- Apply the patch
- Run:
  $ vagrant ssh ; cd kohaclone
  $ sudo debian/scripts/koha-indexer --stop kohadev
  $ sudo debian/scripts/koha-indexer --start kohadev
=> SUCCESS: Verify no warning is shown on the indexer-output.log file
- Sign off

https://bugs.koha-community.org/show_bug.cgi?id=16830

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
debian/koha-common.default
debian/scripts/koha-indexer