Remove xmessage with waiting

master3.3
Mike Hiretsky 14 years ago
parent a4532d771d
commit b13c732af8

@ -15,12 +15,6 @@ then
do
ldapsearch -h ${SERVER} -D ${BINDDN} -w ${BINDPW} &>/dev/null
[[ $? -eq 32 ]] && break
if [[ $i -eq 0 ]]
then
xmessage -buttons "" "Waiting for the response from the domain server" &
XMESPID=$!
fi
sleep 0.5
done
[[ -n $XMESPID ]] && kill $XMESPID &>/dev/null
fi

Loading…
Cancel
Save