Explorar el Código

fixed example config file location

tags/v1.0.0
Robin Thoni hace 7 años
padre
commit
33bed6e8a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      setup.py

+ 1
- 1
setup.py Ver fichero

@@ -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…
Cancelar
Guardar