@@ -, +, @@ restart - have SIP enabled and running - issue a restart, make sure it restarts. sudo koha-sip --restart inst --- debian/scripts/koha-sip | 1 + 1 file changed, 1 insertion(+) --- a/debian/scripts/koha-sip +++ a/debian/scripts/koha-sip @@ -154,6 +154,7 @@ restart_sip() local noLF="-n" [ "$verbose" != "no" ] && noLF="" echo $noLF `stop_sip ${name}` + sleep 3 echo $noLF `start_sip ${name}` else if [ "$verbose" != "no" ]; then --