From 984b51e6b0a093398fab62c4103a2ec6dd6e6fd2 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Wed, 10 Aug 2022 19:11:52 -0600 Subject: [PATCH] echo error on middleware timeout --- functions/update_apps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/update_apps.sh b/functions/update_apps.sh index a2c78df3..cd2ea0b5 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -22,6 +22,7 @@ do if while_status=$(cli -m csv -c 'app chart_release query name,update_available,human_version,human_latest_version,status' 2>/dev/null) ; then echo "$while_status" > temp.txt else + echo "Middlewared timed out. Consider setting a lower number for async applications" continue fi fi