From e4eea7a6ae1e07670e6b163701b30b62b98c73b7 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 29 Dec 2025 20:40:33 +0100 Subject: [PATCH] syncthing: check for deb822 source (#10414) --- ct/syncthing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/syncthing.sh b/ct/syncthing.sh index 9b99cbb15..8ea550bcc 100644 --- a/ct/syncthing.sh +++ b/ct/syncthing.sh @@ -23,7 +23,7 @@ function update_script() { header_info check_container_storage check_container_resources - if [[ ! -f /etc/apt/sources.list.d/syncthing.list ]]; then + if [[ ! -f /etc/apt/sources.list.d/syncthing.list && ! -f /etc/apt/sources.list.d/syncthing.sources ]]; then msg_error "No ${APP} Installation Found!" exit fi