mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
Make sure consumer is in persist phase before doing modifies
This commit is contained in:
parent
b25c74777a
commit
f3fd5c111a
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue