mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#9468 - Fix script logic
Fix missing addition of SERVERPID to KILLPIDS so that a slapd process doesn't get left behind in some instances
This commit is contained in:
parent
a52db521a5
commit
b9173d3031
1 changed files with 2 additions and 1 deletions
|
|
@ -74,6 +74,7 @@ if test $RC != 0 ; then
|
|||
test $KILLSERVERS != no && kill -HUP $SERVERPID
|
||||
exit $RC
|
||||
fi
|
||||
KILLPIDS="$KILLPIDS $SERVERPID"
|
||||
|
||||
#
|
||||
# Start slapd that will proxy for the remote server
|
||||
|
|
@ -418,4 +419,4 @@ echo ">>>>> Test succeeded"
|
|||
|
||||
test $KILLSERVERS != no && wait
|
||||
|
||||
exit 0
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue