increase delay
This commit is contained in:
parent
bfbd808f78
commit
740a0ee687
@ -38,7 +38,7 @@ findfs()
|
|||||||
|
|
||||||
# avoid race condition
|
# avoid race condition
|
||||||
while [ ! -e "$device" ]; do
|
while [ ! -e "$device" ]; do
|
||||||
[ "$value" = 15 ] && panic "failed to lookup partition"
|
[ "$value" = 80 ] && panic "failed to lookup partition"
|
||||||
value=$(( value + 1 )); sleep 1
|
value=$(( value + 1 )); sleep 1
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user