From c745c88f954d06e8df8da950fc0ace4f79dcb02d Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Tue, 23 Aug 2022 16:08:08 -0600 Subject: [PATCH] update failed update message --- 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 d8e67390..ceb35166 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -115,7 +115,7 @@ fi if update_app ;then echo_array+=("Updated\n$old_full_ver\n$new_full_ver") else - echo_array+=("Failed to update") + echo_array+=("Failed to update\nManual intervention may be required") echo_array final_check return