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)
committerJoy Nelson <joy@bywatersolutions.com>
Tue, 5 May 2020 20:40:32 +0000 (20:40 +0000)
commit317d2c1de7c7ef234517b99e65df3cab361fc1bb
treec45df899989b0c5f36243207706cc7e9f31ddecc
parentb4f47c9a06af45a1524c210f073c07523ff94ce9
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>
debian/scripts/koha-sip