mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 11:57:39 -05:00
ITS#8644 fix previous commit: initialize KILLPIDS
This commit is contained in:
parent
b622163ecf
commit
9e657b7676
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ if test $WAIT != 0 ; then
|
|||
echo PID $PID
|
||||
read foo
|
||||
fi
|
||||
KILLPIDS="$PID"
|
||||
sleep 1
|
||||
|
||||
echo "Using ldapsearch to check that slapd is running..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue