This commit is contained in:
Heavybullets8 2022-07-25 16:48:17 -06:00
parent 749b591c46
commit 143326d0cb

View File

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