diff --git a/functions/update_apps.sh b/functions/update_apps.sh index 23a8eee2..2544c030 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -16,7 +16,7 @@ do if [[ "$jobs" -ge "$update_limit" ]]; then sleep 3 else - update_apps "${array[$it]}" + update_apps "${array[$it]}" & processes+=($!) ((it++)) fi