Fix typo in last commit

This commit is contained in:
Kurt Zeilenga 2000-10-01 22:49:07 +00:00
parent b8091cee87
commit 0c3344eef3

View File

@ -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=$!