Skip to content
Snippets Groups Projects
Commit 095e8f3b authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

typo in error message

parent 0efe2c50
No related branches found
No related tags found
No related merge requests found
......@@ -464,7 +464,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
......
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