Skip to content

Commit

Permalink
fixed misprint
Browse files Browse the repository at this point in the history
  • Loading branch information
pgalonza committed Jan 2, 2022
1 parent fb3606c commit 844b194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']:
Expand Down

0 comments on commit 844b194

Please sign in to comment.