mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:31:51 +02:00
remove verify_setup call
This commit is contained in:
@@ -118,10 +118,6 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
|||||||
version = kwargs.pop("version", None)
|
version = kwargs.pop("version", None)
|
||||||
super(ApacheConfigurator, self).__init__(*args, **kwargs)
|
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
|
# Add name_server association dict
|
||||||
self.assoc = dict()
|
self.assoc = dict()
|
||||||
# Outstanding challenges
|
# Outstanding challenges
|
||||||
|
|||||||
Reference in New Issue
Block a user