mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:54:59 +02:00
trying to suppress more output
This commit is contained in:
@@ -386,7 +386,7 @@ class Configurator(object):
|
||||
"""
|
||||
# Use check_output so the command will finish before reloading the server
|
||||
subprocess.check_output(["sudo", "a2enmod", "ssl"])
|
||||
subprocess.call(["sudo", "/etc/init.d/apache2", "reload"])
|
||||
subprocess.call(["sudo", "/etc/init.d/apache2", "reload"], stdout=None, stderr=None)
|
||||
"""
|
||||
a_conf = SERVER_ROOT + "mods-available/ssl.conf"
|
||||
a_load = SERVER_ROOT + "mods-available/ssl.load"
|
||||
|
||||
Reference in New Issue
Block a user