mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
Check ldapmodify for success.
This commit is contained in:
parent
b7f3743443
commit
74051d0dfc
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue