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

Add a delay in delete check

parent 94ee25b0
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,10 @@ if test $RC != 0 ; then
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
fi
# This usually propagates immediately
sleep 1
$LDAPSEARCH -H $URI2 -b "$BABSDN" > $TESTOUT 2>&1
RC=$?
if test $RC = 0 ; then
......
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