From fbe5a0bed69943711a6c347763da174369df61c8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 2 Jan 2023 08:06:33 -0500 Subject: [PATCH] Update homeassistant-v5.sh rename --- ct/homeassistant-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/homeassistant-v5.sh b/ct/homeassistant-v5.sh index 76923192..651d322b 100644 --- a/ct/homeassistant-v5.sh +++ b/ct/homeassistant-v5.sh @@ -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