From 844b19495d5fa64387d7df95dbfad39e2833c3ae Mon Sep 17 00:00:00 2001
From: Galonza Peter
Date: Mon, 3 Jan 2022 00:51:22 +0300
Subject: [PATCH] fixed misprint
---
src/dashboard.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/dashboard.py b/src/dashboard.py
index c0742b49..728db1af 100644
--- a/src/dashboard.py
+++ b/src/dashboard.py
@@ -1750,7 +1750,7 @@ def init_dashboard():
# Defualt dashboard server setting
if "Server" not in config:
config['Server'] = {}
- if 'wg_conf_path' not in config['Serxecute ping traceroute command.ver']:
+ if 'wg_conf_path' not in config['Server']:
config['Server']['wg_conf_path'] = '/etc/wireguard'
# TODO: IPv6 for the app IP might need to configure with Gunicorn...
if 'app_ip' not in config['Server']: