who knowws
This commit is contained in:
		| @@ -11,7 +11,7 @@ update_limit=2 | |||||||
|  |  | ||||||
|     for i in "${array[@]}" |     for i in "${array[@]}" | ||||||
|     do |     do | ||||||
|         update_apps "$i" & |         update_apps "$i" && (( current_updates-- )) & | ||||||
|         (( current_updates++ )) |         (( current_updates++ )) | ||||||
|         processes+=($!) |         processes+=($!) | ||||||
|         while [[ "$current_updates" -ge "$update_limit" ]] |         while [[ "$current_updates" -ge "$update_limit" ]] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user