syncthing: check for deb822 source (#10414)

This commit is contained in:
CanbiZ (MickLesk)
2025-12-29 20:40:33 +01:00
committed by GitHub
parent 2cc54fdbdf
commit e4eea7a6ae

View File

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