mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Changed apache reload to more consistent apache restart
This commit is contained in:
parent
08ed76da82
commit
9d346ee246
1 changed files with 5 additions and 5 deletions
|
|
@ -7,11 +7,11 @@ import socket
|
|||
import time
|
||||
import shutil
|
||||
|
||||
#from trustify.client.CONFIG import SERVER_ROOT, BACKUP_DIR, MODIFIED_FILES
|
||||
from CONFIG import SERVER_ROOT, BACKUP_DIR, MODIFIED_FILES, REWRITE_HTTPS_ARGS
|
||||
#from trustify.client.CONFIG import REWRITE_HTTPS_ARGS
|
||||
#from trustify.client import logger
|
||||
import logger
|
||||
from trustify.client.CONFIG import SERVER_ROOT, BACKUP_DIR, MODIFIED_FILES
|
||||
#from CONFIG import SERVER_ROOT, BACKUP_DIR, MODIFIED_FILES, REWRITE_HTTPS_ARGS
|
||||
from trustify.client.CONFIG import REWRITE_HTTPS_ARGS
|
||||
from trustify.client import logger
|
||||
#import logger
|
||||
|
||||
#TODO - Need an initialization routine... make sure directories exist..ect
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue