mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/netbird: Fix service startup failure (#4855)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user