mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Delete pointless wait for (foreground) slapadd
This commit is contained in:
parent
d10c999098
commit
460687589a
@ -27,9 +27,6 @@ if test $RC != 0 ; then
|
||||
exit $RC
|
||||
fi
|
||||
|
||||
echo "Waiting 5 seconds for slapadd to build slapd database..."
|
||||
sleep 5
|
||||
|
||||
echo "Starting slapd on TCP/IP port $PORT1..."
|
||||
$SLAPD -f $CONF1 -h $URI1 -d $LVL $TIMING > $LOG1 2>&1 &
|
||||
PID=$!
|
||||
|
Loading…
Reference in New Issue
Block a user