mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:34:41 +02:00
Remove stray reference to init-script
This commit is contained in:
@@ -137,8 +137,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
# Verify Apache is installed
|
# Verify Apache is installed
|
||||||
for exe in (self.conf("ctl"), self.conf("enmod"),
|
for exe in (self.conf("ctl"), self.conf("enmod"), self.conf("dismod")):
|
||||||
self.conf("dismod"), self.conf("init-script")):
|
|
||||||
if not le_util.exe_exists(exe):
|
if not le_util.exe_exists(exe):
|
||||||
raise errors.NoInstallationError
|
raise errors.NoInstallationError
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user