Update homeassistant-v5.sh

tweak
This commit is contained in:
tteckster 2023-01-02 09:32:57 -05:00 committed by GitHub
parent f4113c4129
commit e45acf93bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ if ! command -v pveversion >/dev/null 2>&1; then
msg_error "No ${APP} Installation Found!";
exit
fi
if (whiptail --title "${APP} LXC TOOLS" --yesno "This provides ${APP} Tools. Proceed?" 10 58); then
echo "User selected Yes"
if (whiptail --title "${APP} LXC SUPPORT" --yesno "This provides Support for ${APP} LXC. Proceed?" 10 58); then
echo "User selected support"
else
clear
echo -e "⚠ User exited script \n"