update build script

This commit is contained in:
Manuel 2023-05-23 10:06:48 +00:00
parent 9273384b57
commit a41ef2a3a5
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ cd ${WorkingDir}
# Timing matters, don't destroy the old one without a replacement. # Timing matters, don't destroy the old one without a replacement.
# Check for the ISO to appear and wait for things to settle. # Check for the ISO to appear and wait for things to settle.
until [ -e fusato/*.iso ] until [ -e fusato/*.iso ]
do ((++_break)) do ((_break))
[ $_break -gt $_wait ] && break || sleep 1 [ $_break -gt $_wait ] && break || sleep 1
done done