From 941a87a41f8b686022ea080a215cb1438fc3f6fd Mon Sep 17 00:00:00 2001 From: glerak Date: Thu, 6 Apr 2023 22:38:29 +0200 Subject: [PATCH] BugFix --- ct/podman-homeassistant.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/podman-homeassistant.sh b/ct/podman-homeassistant.sh index a3030364..6410018f 100644 --- a/ct/podman-homeassistant.sh +++ b/ct/podman-homeassistant.sh @@ -61,7 +61,7 @@ function update_script() { "2" "Install HACS" OFF \ "3" "Install FileBrowser" OFF \ "4" "Remove ALL Unused Images" OFF \ - 4>&1 1>&2 2>&3 3>&4) + 3>&1 1>&2 2>&3) header_info if [ "$UPD" == "1" ]; then msg_info "Updating ${APP} LXC"