This commit is contained in:
glerak 2023-04-06 22:38:29 +02:00 committed by GitHub
parent 669e19b624
commit 941a87a41f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ function update_script() {
"2" "Install HACS" OFF \ "2" "Install HACS" OFF \
"3" "Install FileBrowser" OFF \ "3" "Install FileBrowser" OFF \
"4" "Remove ALL Unused Images" OFF \ "4" "Remove ALL Unused Images" OFF \
4>&1 1>&2 2>&3 3>&4) 3>&1 1>&2 2>&3)
header_info header_info
if [ "$UPD" == "1" ]; then if [ "$UPD" == "1" ]; then
msg_info "Updating ${APP} LXC" msg_info "Updating ${APP} LXC"