mirror of
https://github.com/certbot/certbot.git
synced 2026-03-01 12:50:24 -05:00
Remove stray reference to init-script
This commit is contained in:
parent
c3df16309b
commit
d4d51fe435
1 changed files with 1 additions and 2 deletions
|
|
@ -137,8 +137,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
|||
|
||||
"""
|
||||
# Verify Apache is installed
|
||||
for exe in (self.conf("ctl"), self.conf("enmod"),
|
||||
self.conf("dismod"), self.conf("init-script")):
|
||||
for exe in (self.conf("ctl"), self.conf("enmod"), self.conf("dismod")):
|
||||
if not le_util.exe_exists(exe):
|
||||
raise errors.NoInstallationError
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue