typo in error message

This commit is contained in:
Pierangelo Masarati 2009-01-31 19:26:09 +00:00
parent 56e651a041
commit b4e5626df4

View File

@ -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