Update homeassistant-core-v5.sh

This commit is contained in:
tteckster 2023-01-01 20:33:39 -05:00 committed by GitHub
parent d837f80df6
commit 8de8fdddb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -316,8 +316,8 @@ function update_script() {
PY=$(ls /srv/homeassistant/lib/) PY=$(ls /srv/homeassistant/lib/)
IP=$(hostname -I | awk '{print $1}') IP=$(hostname -I | awk '{print $1}')
UPD=$(whiptail --title "UPDATE" --radiolist --cancel-button Exit-Script "Choose Type" 8 58 3 \ UPD=$(whiptail --title "UPDATE" --radiolist --cancel-button Exit-Script "Choose Type" 8 58 3 \
"1" "Initialize" ON \ "1" "Initialize" OFF \
"2" "Update" OFF \ "2" "Update" ON \
"3" "HACS" OFF \ "3" "HACS" OFF \
3>&1 1>&2 2>&3) 3>&1 1>&2 2>&3)