ITS#9309 fix exit status on prev commit

This commit is contained in:
Howard Chu 2020-08-10 23:18:48 +01:00
parent 827a5577f2
commit 2721246545

View file

@ -74,7 +74,7 @@ RC=$?
if test $RC = 0 ; then
echo "ldapadd should have failed ($RC)!"
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
exit 1
fi
echo "Using ldapadd to populate the database..."