Skip to content
Snippets Groups Projects
Commit c9da565f authored by Howard Chu's avatar Howard Chu
Browse files

Fix typo in killpid

parent ce7ce931
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment