Skip to content
Snippets Groups Projects
Commit 6165d8ed authored by Howard Chu's avatar Howard Chu
Browse files

Add wait clause for slurpd

parent c40115c1
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,10 @@ done
echo "Starting slurpd..."
$SLURPD -f $MASTERCONF -d ${SLURPD_DEBUG-5} -t $REPLDIR > $SLURPLOG 2>&1 &
SLURPPID=$!
if test $WAIT != 0 ; then
echo SLURPPID $SLURPPID
read foo
fi
echo "Using ldapadd to populate the master directory..."
$LDAPADD -D "$MANAGERDN" -h $LOCALHOST -p $PORT -w $PASSWD < \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment