소스 검색

fixed example config file location

tags/v1.0.0
Robin Thoni 7 년 전
부모
커밋
33bed6e8a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      setup.py

+ 1
- 1
setup.py 파일 보기

@@ -63,7 +63,7 @@ setup(
63 63
     package_data={
64 64
     },
65 65
 
66
-    data_files=[('/etc/letsencrypt/', ['certbot-pdns.json'])],
66
+    data_files=[('etc/letsencrypt', ['certbot-pdns.json'])],
67 67
 
68 68
     entry_points={
69 69
         'certbot.plugins': [

Loading…
취소
저장