mirror of
https://github.com/netbirdio/OPNsensePlugins.git
synced 2026-05-22 18:42:59 -07:00
revert default config file
This commit is contained in:
@@ -35,7 +35,7 @@ use OPNsense\Base\BaseModel;
|
||||
|
||||
class Settings extends BaseModel
|
||||
{
|
||||
public function syncConfig($target = '/var/db/netbird/default.json')
|
||||
public function syncConfig($target = '/var/db/netbird/config.json')
|
||||
{
|
||||
$config = json_decode(file_get_contents($target), true);
|
||||
if (!is_array($config)) {
|
||||
|
||||
Reference in New Issue
Block a user