update failed update message

This commit is contained in:
Heavybullets8 2022-08-23 16:08:08 -06:00
parent cf01ae51b4
commit c745c88f95

View File

@ -115,7 +115,7 @@ fi
if update_app ;then if update_app ;then
echo_array+=("Updated\n$old_full_ver\n$new_full_ver") echo_array+=("Updated\n$old_full_ver\n$new_full_ver")
else else
echo_array+=("Failed to update") echo_array+=("Failed to update\nManual intervention may be required")
echo_array echo_array
final_check final_check
return return