test with methode for username
This commit is contained in:
@ -6,11 +6,9 @@ import shutil
|
||||
from pathlib import Path
|
||||
from subprocess import check_call
|
||||
from wp_app_config import AppConfig
|
||||
from common_tools import ConfigManager
|
||||
|
||||
uname: Path = Path("/tmp/.log_user")
|
||||
|
||||
log_name = Path(uname).read_text(encoding="utf-8")
|
||||
|
||||
log_name: str = ConfigManager.username()
|
||||
keyfile: Path = Path(f"/home/{log_name}/.config/wire_py/pbwgk.pem")
|
||||
|
||||
# PKEYFILE: Path = "/usr/local/etc/ssl/pwgk.pem"
|
||||
|
Reference in New Issue
Block a user