mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Fix typo
This commit is contained in:
parent
91298e4e35
commit
0df0cd8f6c
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class GentooConfigurator(configurator.ApacheConfigurator):
|
|||
version_cmd=['/usr/sbin/apache2', '-v'],
|
||||
apache_cmd="apache2ctl",
|
||||
restart_cmd=['apache2ctl', 'graceful'],
|
||||
restart_cmd_alt=['apachectl', 'restart'],
|
||||
restart_cmd_alt=['apache2ctl', 'restart'],
|
||||
conftest_cmd=['apache2ctl', 'configtest'],
|
||||
enmod=None,
|
||||
dismod=None,
|
||||
|
|
|
|||
Loading…
Reference in a new issue