From 006d47503eec55c349730418ce40e0e8f076ee83 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Wed, 10 Aug 2022 21:23:21 -0600 Subject: [PATCH] internal sleep 2 --- functions/update_apps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/update_apps.sh b/functions/update_apps.sh index aa885700..c69aa950 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -41,7 +41,7 @@ do do update_apps "${array[$it]}" & processes+=($!) - # sleep 1.5 + sleep 2 ((it++)) ((proc_count++)) done