mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-10 17:31:40 -04:00
security/netbird: Fix service startup failure (#4855)
This commit is contained in:
parent
bb2097f8b7
commit
a0b64a64bd
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% if OPNsense.netbird.general.enable == '1' %}
|
||||
{% if OPNsense.netbird.settings.general.enable == '1' %}
|
||||
netbird_enable="YES"
|
||||
{% else %}
|
||||
netbird_enable="NO"
|
||||
|
|
|
|||
Loading…
Reference in a new issue