Skip to content
Snippets Groups Projects
Commit eb9f0359 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

fix typo in rm command

parent 1df71e18
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ echo "Datadir is $DATADIR"
echo "Cleaning up in $DBDIR..."
rm -f $DBDIR/[!C*
rm -f $DBDIR/[!C]*
echo "Running ldif2ldbm to build slapd database..."
$LDIF2LDBM -f $CONF -i $LDIF -e ../servers/slapd/tools
......
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