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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 14 Apr 2020 07:32:48 +0000 (08:32 +0100)
commit51e504cbfe2fe046da840a4c23090d476fcdb6f8
tree4fbc10d310f4021485907bacf66af2365e8823c0
parent0004816118483dc132c98d27c417f1b59255441f
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>
debian/scripts/koha-sip