Skip to content

Commit

Permalink
update example conf path
Browse files Browse the repository at this point in the history
  • Loading branch information
furlongm committed Feb 22, 2021
1 parent d678ffa commit a9c3f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include README.md
include openvpn-monitor.py
include openvpn-monitor.conf
include openvpn-monitor.conf.example
include AUTHORS
include COPYING
include MANIFEST.in
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
conf_path = '/etc'
else:
conf_path = sys.prefix
data_files.append((conf_path, ['openvpn-monitor.conf']))
data_files.append((conf_path, ['openvpn-monitor.conf.example']))

setup(
name='openvpn-monitor',
Expand Down

0 comments on commit a9c3f25

Please sign in to comment.