From 9d9d763e63f605440a054b19b55b43c532ea0604 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 7 May 2026 22:10:06 +0200 Subject: [PATCH] netbird-lxc: fix installation check (#14309) --- ct/netbird.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/netbird.sh b/ct/netbird.sh index 0d0de3088..7af3cadb5 100644 --- a/ct/netbird.sh +++ b/ct/netbird.sh @@ -25,7 +25,7 @@ function update_script() { check_container_storage check_container_resources - if [[ ! -f /etc/netbird/config.json ]]; then + if [[ ! -d /var/lib/netbird/ ]]; then msg_error "No ${APP} Installation Found!" exit fi