mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-05-28 04:35:57 -04:00
typo in error message
This commit is contained in:
parent
56e651a041
commit
b4e5626df4
1 changed files with 1 additions and 1 deletions
|
|
@ -460,7 +460,7 @@ changetype: delete
|
|||
EOADDS
|
||||
RC=$?
|
||||
if test $RC != 0 ; then
|
||||
echo "ldapmodify failed for consumer2 database ($RC)!"
|
||||
echo "ldapmodify failed for consumer1 database ($RC)!"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit $RC
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue