test sleep time in until update

This commit is contained in:
Heavybullets8 2022-08-04 20:29:57 -06:00
parent e496fc4c14
commit 8a52379609

View File

@ -29,6 +29,7 @@ do
until [[ "$proc_count" -ge "$update_limit" || $it -ge ${#array[@]} ]]
do
update_apps "${array[$it]}" &
sleep 0.5
processes+=($!)
((it++))
((proc_count++))