mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:31:51 +02:00
Commented line
This commit is contained in:
@@ -687,7 +687,7 @@ LogLevel warn \n\
|
|||||||
incTest = self.aug.match("/augeas/load/Httpd/incl [. ='" + file_path + "']")
|
incTest = self.aug.match("/augeas/load/Httpd/incl [. ='" + file_path + "']")
|
||||||
if not incTest:
|
if not incTest:
|
||||||
# Load up files
|
# 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.aug.add_transform("Httpd.lns", self.httpd_incl, None, self.httpd_excl)
|
||||||
self.__add_httpd_transform(file_path)
|
self.__add_httpd_transform(file_path)
|
||||||
self.aug.load()
|
self.aug.load()
|
||||||
|
|||||||
Reference in New Issue
Block a user