mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
Fix typo in killpid
This commit is contained in:
parent
ce7ce9313e
commit
c9da565fab
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ if test $WAIT != 0 ; then
|
|||
echo PID $PID
|
||||
read foo
|
||||
fi
|
||||
KILLPIDS="$PIDS"
|
||||
KILLPIDS="$PID"
|
||||
|
||||
echo "Using ldapsearch to check that master slapd is running..."
|
||||
for i in 0 1 2 3 4 5; do
|
||||
|
|
|
|||
Loading…
Reference in a new issue