Skip to content
Snippets Groups Projects
Commit 12fac1d5 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Whoops. local debugging changes should not have made it into

previous patch set.
parent 3ab8c583
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ echo "Cleaning up in $DBDIR..."
rm -f $DBDIR/[!C]*
echo "Running ldif2ldbm to build slapd database..."
$LDIF2LDBM -j 1 -d 1 -f $CONF -i $LDIF -e ../servers/slapd/tools
$LDIF2LDBM -f $CONF -i $LDIF -e ../servers/slapd/tools
RC=$?
if [ $RC != 0 ]; then
echo "ldif2ldbm failed!"
......
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