Update miso

If we retrieved the squashed files by HTTP we consider the "device" is found....
This commit is contained in:
ppatpat 2015-05-08 07:44:37 -06:00
parent 325cd89a07
commit 71ac2335ba

View file

@ -126,6 +126,12 @@ testdevice() {
}
probedevice() {
if [[ -n "${ip}" && -n "${miso_http_srv}" && -f "${isomounts}" ]]; then
found="yes"
return
fi
# Loop device test every second up to some limit
if [ "x${usbdelay}" != "x" ]; then
waittime=${usbdelay}