mirror of
https://github.com/certbot/certbot.git
synced 2026-06-11 09:40:41 -04:00
remove verify_setup call
This commit is contained in:
parent
647caba164
commit
9454995565
1 changed files with 0 additions and 4 deletions
|
|
@ -118,10 +118,6 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
|||
version = kwargs.pop("version", None)
|
||||
super(ApacheConfigurator, self).__init__(*args, **kwargs)
|
||||
|
||||
# Verify that all directories and files exist with proper permissions
|
||||
if os.geteuid() == 0:
|
||||
self.verify_setup() # pragma: no cover
|
||||
|
||||
# Add name_server association dict
|
||||
self.assoc = dict()
|
||||
# Outstanding challenges
|
||||
|
|
|
|||
Loading…
Reference in a new issue