Update homeassistant-v5.sh

rename
This commit is contained in:
tteckster 2023-01-02 08:06:33 -05:00 committed by GitHub
parent 36462296d3
commit fbe5a0bed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ if ! command -v pveversion >/dev/null 2>&1; then
msg_error "No ${APP} Installation Found!";
exit
fi
if (whiptail --title "${APP} LXC UPDATE" --yesno "This will update ${APP} LXC. Proceed?" 10 58); then
if (whiptail --title "${APP} LXC TOOLS" --yesno "This provides ${APP} Tools. Proceed?" 10 58); then
echo "User selected Yes"
else
clear