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)
committerFrédéric Demians <f.demians@tamil.fr>
Fri, 5 Aug 2016 10:56:23 +0000 (12:56 +0200)
commit326531be25b5452ec81b4d4316ebe43c12c8c64d
treef343838f315f476ed148a2db5c4d2aca14f2e34c
parentfbb6eccabab6fa65bab8d03e4be444e4029faa7c
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>
(cherry picked from commit 87bcaa7df3fa8beca0dabed42c80930e70c3ece8)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
debian/koha-common.default
debian/scripts/koha-indexer