ソースを参照

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': [

読み込み中…
キャンセル
保存