uhh
This commit is contained in:
parent
b6ec4d4c67
commit
96a412387c
@ -13,7 +13,7 @@ current_updates=0
|
||||
update_apps "$i" &
|
||||
(( current_updates++ ))
|
||||
processes+=($!)
|
||||
while [[ current_updates -ge "$update_limit" ]]
|
||||
while [[ "$current_updates" -ge "$update_limit" ]]
|
||||
do
|
||||
sleep 5
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user