new commit

This commit is contained in:
Manuel 2023-05-23 09:42:04 +00:00
parent 57ff36d94e
commit 5b67d9ad94
6 changed files with 6 additions and 6 deletions

View File

@ -35,7 +35,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

View File

@ -35,7 +35,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

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

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

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

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