mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
Fix typo in last commit
This commit is contained in:
parent
b8091cee87
commit
0c3344eef3
@ -18,7 +18,7 @@ echo "Cleaning up in $DBDIR..."
|
||||
rm -f $DBDIR/[!C]*
|
||||
|
||||
echo "Starting slapd on TCP/IP port $PORT..."
|
||||
. $CONFFILTER $PWCONF < $CONF > $DBCONF
|
||||
. $CONFFILTER $BACKEND < $PWCONF > $DBCONF
|
||||
$SLAPD -f $DBCONF -h $MASTERURI -d $LVL $TIMING > $MASTERLOG 2>&1 &
|
||||
PID=$!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user