瀏覽代碼

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…
取消
儲存