From 02bbfa58519abcdac8ac6b330ea1f06f18ca27a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Fri, 9 Jan 2026 15:19:05 +0100 Subject: [PATCH] Fix (#10664) --- ct/deconz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/deconz.sh b/ct/deconz.sh index 76b946280..376728f95 100644 --- a/ct/deconz.sh +++ b/ct/deconz.sh @@ -23,7 +23,7 @@ function update_script() { header_info check_container_storage check_container_resources - if [[ ! -f /etc/apt/sources.list.d/deconz.list ]]; then + if [[ ! -f /etc/apt/sources.list.d/deconz.list && ! -f /etc/apt/sources.list.d/deconz.sources ]]; then msg_error "No ${APP} Installation Found!" exit fi