Merge pull request #12 from Heavybullets8/update_message
update failed update message
This commit is contained in:
commit
6f0b5683c0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user