Revert "Add a global lock file to Certbot (#4369)" (#4445)

This reverts commit 32122cfa21.
This commit is contained in:
Brad Warren
2017-03-30 15:47:31 -07:00
committed by GitHub
parent d09bde972a
commit a542fcd019
8 changed files with 2 additions and 121 deletions
-2
View File
@@ -1167,8 +1167,6 @@ def _paths_parser(helpful):
help="Logs directory.")
add("paths", "--server", default=flag_default("server"),
help=config_help("server"))
add("paths", "--lock-path", default=flag_default("lock_path"),
help=config_help('lock_path'))
def _plugins_parsing(helpful, plugins):