new commit

This commit is contained in:
Manuel 2023-05-23 10:29:23 +00:00
parent e6a988151b
commit 2882d892eb
1 changed files with 1 additions and 1 deletions

View File

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