]> git.koha-community.org Git - koha.git/commit
Bug 24993: Make sure SIP server is stopped before restarting it
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 2 Apr 2020 10:36:16 +0000 (12:36 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 13 May 2020 22:10:06 +0000 (22:10 +0000)
commit24abcfbb52d32e4659fb126d01b884b94216c33e
tree2b066892a7caf6b0cef567f64b0b3dc81aee940d
parentd1db7aeca5a238d5b7cc172778d142b45dd073bf
Bug 24993: Make sure SIP server is stopped before restarting it

Sometimes doing koha-sip --restart instance happens too fast and
the SIP server is not started.

To test:
- have SIP enabled and running for your instance
- issue a restart, make sure it restarts
  sudo koha-sip --restart inst

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
(cherry picked from commit 317d2c1de7c7ef234517b99e65df3cab361fc1bb)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
debian/scripts/koha-sip