mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
break
This commit is contained in:
parent
36c6f734a8
commit
6135ba7a59
1 changed files with 1 additions and 0 deletions
|
|
@ -908,6 +908,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
|||
self.add_name_vhost(addr)
|
||||
logger.info("Enabling NameVirtualHosts on %s", addr)
|
||||
need_to_save = True
|
||||
break
|
||||
|
||||
if need_to_save:
|
||||
self.save()
|
||||
|
|
|
|||
Loading…
Reference in a new issue