mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Commented line
This commit is contained in:
parent
67dbb34236
commit
e0d6b830c3
1 changed files with 1 additions and 1 deletions
|
|
@ -687,7 +687,7 @@ LogLevel warn \n\
|
|||
incTest = self.aug.match("/augeas/load/Httpd/incl [. ='" + file_path + "']")
|
||||
if not incTest:
|
||||
# Load up files
|
||||
self.httpd_incl.append(file_path)
|
||||
#self.httpd_incl.append(file_path)
|
||||
#self.aug.add_transform("Httpd.lns", self.httpd_incl, None, self.httpd_excl)
|
||||
self.__add_httpd_transform(file_path)
|
||||
self.aug.load()
|
||||
|
|
|
|||
Loading…
Reference in a new issue