fix ssl_encrypt.py read user_log datei added again
This commit is contained in:
@ -8,7 +8,9 @@ from subprocess import check_call
|
||||
from wp_app_config import AppConfig
|
||||
from common_tools import LxTools
|
||||
|
||||
keyfile: Path = AppConfig.PUBLICKEY
|
||||
log_name = AppConfig.USER_FILE.read_text()
|
||||
|
||||
keyfile: Path = Path(f"/home/{log_name}/.config/wire_py/pbwgk.pem")
|
||||
|
||||
if not keyfile.is_file():
|
||||
|
||||
|
Reference in New Issue
Block a user