From a0104e65e2f1aae45444c168f92af3a8b66aab9e Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Sun, 24 Jul 2022 22:07:24 -0600 Subject: [PATCH] waiting --- functions/update_apps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/update_apps.sh b/functions/update_apps.sh index dcce0351..dea780d6 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -14,6 +14,7 @@ count=0 (( count++ )) while [[ "$count" -ge "$update_limit" ]] do + echo "waiting for free space" wait done done