mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
syntax fix
This commit is contained in:
parent
402eadd208
commit
788e0c413a
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue