This commit is contained in:
Heavybullets8 2022-07-25 23:12:36 -06:00
parent 545f57b8e8
commit 54ba3685c9

View File

@ -15,9 +15,10 @@ do
if [[ "$jobs" -ge "$update_limit" ]]; then
sleep 1
else
{ update_apps "${array[$it]}" ;} &
update_apps "${array[$it]}" &
processes+=($!)
((it++))
echo "$processes"
fi
done