Fix typo in killpid

This commit is contained in:
Howard Chu 2003-10-22 10:15:07 +00:00
parent ce7ce9313e
commit c9da565fab

View File

@ -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