pull/1304/head
glerak 2 years ago committed by GitHub
parent 669e19b624
commit 941a87a41f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ct/podman-homeassistant.sh

@ -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"

Loading…
Cancel
Save