netbird-lxc: fix installation check (#14309)

This commit is contained in:
CanbiZ (MickLesk)
2026-05-07 22:10:06 +02:00
committed by GitHub
parent 28ae38e502
commit 9d9d763e63
+1 -1
View File
@@ -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