mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
syntax fix
This commit is contained in:
@@ -1001,7 +1001,7 @@ LogLevel warn \n\
|
||||
"""
|
||||
#TODO: This should be written to use the process returncode
|
||||
try:
|
||||
p = subprocess.Popen(['/etc/init.d/apache2', 'restart'], stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
|
||||
p = subprocess.Popen(['/etc/init.d/apache2', 'restart'], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
text = p.communicate()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user