Parcourir la source

fixed example config file location

tags/v1.0.0
Robin Thoni il y a 7 ans
Parent
révision
33bed6e8a5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      setup.py

+ 1
- 1
setup.py Voir le fichier

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

Chargement…
Annuler
Enregistrer