remove 2 cert file delete action, already delete previous

This commit is contained in:
yhua 2016-11-11 16:08:49 +08:00
parent f19e19eaf0
commit 20873a9d17

View File

@ -277,8 +277,6 @@ if customize_crt == 'on':
if openssl_is_installed(shell_stat):
private_key_pem = os.path.join(config_dir, "ui", "private_key.pem")
root_crt = os.path.join(config_dir, "registry", "root.crt")
delfile(private_key_pem)
delfile(root_crt)
check_private_key_stat(path=private_key_pem)
check_certificate_stat(path=root_crt)