more fitting message for container image

This commit is contained in:
Heavybullets8 2022-09-04 16:58:20 -06:00
parent b49c21bee8
commit 07707135a9

View File

@ -113,7 +113,7 @@ fi
[[ "$verbose" == "true" ]] && echo_array+=("Updating..")
if update_app ;then
if [[ $old_full_ver == "$new_full_ver" ]]; then
echo_array+=("Container Image Update")
echo_array+=("Updated Container Image")
else
echo_array+=("Updated\n$old_full_ver\n$new_full_ver")
fi