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