From 561b84797a9f9c7a4b891c2726a078f46a69028f Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Thu, 4 Aug 2022 19:28:52 -0600 Subject: [PATCH] greater sleep for updates --- 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 2cfb6526..7bf55310 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -34,7 +34,7 @@ do ((it++)) ((new_updates++)) done - [[ $new_updates -gt 1 ]] && sleep 3 + [[ $new_updates -gt 1 ]] && sleep 6 elif [[ $proc_count != 0 ]]; then # Wait for all processes to finish sleep 3 else # All processes must be completed, break out of loop