This commit is contained in:
Heavybullets8 2022-07-25 16:08:05 -06:00
parent 017edabaf0
commit a8d26c072e

View File

@ -15,7 +15,7 @@ do
if [[ "$jobs" -ge "$update_limit" ]]; then if [[ "$jobs" -ge "$update_limit" ]]; then
sleep 3 sleep 3
else else
mapfile -t output < <(update_apps "${array[$it]}" &) mapfile -t output < <(update_apps "${array[$it]}") &
processes+=($!) processes+=($!)
((it++)) ((it++))
fi fi