new commit
This commit is contained in:
parent
8cd88cd011
commit
65fb1d267e
|
@ -34,7 +34,7 @@ cd ${WorkingDir}
|
|||
# Timing matters, don't destroy the old one without a replacement.
|
||||
# Check for the ISO to appear and wait for things to settle.
|
||||
until [ -e fusato/*.iso ]
|
||||
do ((++_break))
|
||||
do ((_break))
|
||||
[ $_break -gt $_wait ] && break || sleep 1
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue