increase delay

This commit is contained in:
illiliti 2020-04-18 11:46:46 +03:00
parent bfbd808f78
commit 740a0ee687

View File

@ -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
}