mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
Fix typo in killpid
This commit is contained in:
parent
ce7ce9313e
commit
c9da565fab
@ -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 New Issue
Block a user