This commit is contained in:
Heavybullets8 2022-07-24 22:26:43 -06:00
parent 1b89f90230
commit 5d17035dff

View File

@ -16,7 +16,7 @@ count=0
while [[ "$count" -ge "$update_limit" ]]
do
echo "waiting for free space"
wait
wait -n "${processes[@]}"
count=0
done
done