Bug 23700: Fix output of koha-plack --restart
authorMagnus Enger <magnus@libriotech.no>
Mon, 30 Sep 2019 13:01:35 +0000 (15:01 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 21 Oct 2019 08:46:40 +0000 (09:46 +0100)
commit8a243ffd94bc1dcae49c712818a79007579b4f6c
treec1f855615f1a0e0f973f37446fc1f4f9334a277b
parenta473e231f771ad088511ed9e8eb514fd28117a13
Bug 23700: Fix output of koha-plack --restart

To test:
- Run "sudo koha-plack restart kohadev" and verify the output is
  out of line.
- Apply the patch
- If you are on e.g. kohadevbox you need to copy koha-plack to
  /usr/sbin/ thus:
  sudo cp debian/scripts/koha-plack /usr/sbin/koha-plack
- Run "sudo koha-plack restart kohadev" again and check that you
  get two lines of output, nicely aligned with the "OK" inside the
  square brackets.

Signed-off-by: Jesse Maseto <jesse@bywatersolutions.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
debian/scripts/koha-plack