Check ldapmodify for success.

This commit is contained in:
Kurt Zeilenga 2003-10-22 21:20:58 +00:00
parent b7f3743443
commit 74051d0dfc

View file

@ -167,6 +167,12 @@ changetype: delete
EOMODS
if test $RC != 0 ; then
echo "ldapmodify failed ($RC)!"
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
fi
echo "Waiting 15 seconds for slurpd to send changes..."
sleep 15