This commit is contained in:
Heavybullets8 2022-07-25 15:06:18 -06:00
parent 10cb46633b
commit f0e7624c51

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