Make sure consumer is in persist phase before doing modifies

This commit is contained in:
Howard Chu 2008-11-29 03:37:23 +00:00
parent b25c74777a
commit f3fd5c111a

View File

@ -148,6 +148,9 @@ for i in 0 1 2 3 4 5; do
sleep 5
done
echo "Waiting $SLEEP1 seconds for consumer to reconnect..."
sleep $SLEEP1
if test $RC != 0 ; then
echo "ldapsearch failed ($RC)!"
test $KILLSERVERS != no && kill -HUP $KILLPIDS