security/netbird: Fix service startup failure (#4855)

This commit is contained in:
Bethuel Mmbaga 2025-08-01 09:07:12 +03:00 committed by GitHub
parent bb2097f8b7
commit a0b64a64bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
PLUGIN_NAME= netbird
PLUGIN_VERSION= 0.2
PLUGIN_REVISION= 1
PLUGIN_DEPENDS= netbird
PLUGIN_COMMENT= Peer-to-peer VPN that seamlessly connects your devices
PLUGIN_MAINTAINER= dev@netbird.io

View file

@ -1,4 +1,4 @@
{% if OPNsense.netbird.general.enable == '1' %}
{% if OPNsense.netbird.settings.general.enable == '1' %}
netbird_enable="YES"
{% else %}
netbird_enable="NO"