update build scripts

This commit is contained in:
Manuel 2023-05-23 10:06:01 +00:00
parent 5b67d9ad94
commit 57212c1501
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