Reduce frequency of output due to "wait" file

This commit is contained in:
Ryan Schmidt
2021-06-23 20:39:31 -05:00
parent 7c3daba511
commit 7437ebff07
-1
View File
@@ -63,7 +63,6 @@ cleanup() {
if [ "$waitcount" -eq 0 ]; then
echo "waiting while $waitfile exists"
waitcount=100
waitcount=2
else
waitcount=$((waitcount - 1))
fi