testing
This commit is contained in:
parent
545f57b8e8
commit
54ba3685c9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user