Skip to content

Commit

Permalink
Merge pull request #127 from pgalonza/refactoring
Browse files Browse the repository at this point in the history
Fixed misprint
  • Loading branch information
donaldzou authored Jan 4, 2022
2 parents 02d1bf5 + 844b194 commit 68b3f01
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 68b3f01

Please sign in to comment.