ssl_decrypt.py now with output and check_call replace with subprocess.run

This commit is contained in:
2025-05-11 18:24:57 +02:00
parent a903666a26
commit 6604650adf
6 changed files with 68 additions and 39 deletions

View File

@ -2,8 +2,8 @@
""" This Script encrypt Wireguardfiles for Wirepy users for more Security """
import os
import shutil
from pathlib import Path
import shutil
from subprocess import check_call
from wp_app_config import AppConfig
from common_tools import LxTools