mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-04 22:33:53 -04:00
fix typo in rm command
This commit is contained in:
parent
1df71e1814
commit
eb9f0359ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue