large update
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
"""
|
||||
This script belongs to wirepy and is for the auto start of the tunnel
|
||||
"""
|
||||
|
||||
import logging
|
||||
from subprocess import CompletedProcess, run
|
||||
from wp_app_config import AppConfig, logging
|
||||
from common_tools import ConfigManager
|
||||
from shared_libs.wp_app_config import AppConfig
|
||||
from shared_libs.common_tools import ConfigManager, LogConfig
|
||||
|
||||
ConfigManager.init(AppConfig.SETTINGS_FILE)
|
||||
|
||||
LogConfig.logger(ConfigManager.get("logfile"))
|
||||
if ConfigManager.get("autostart") != "off":
|
||||
process: CompletedProcess[str] = run(
|
||||
["nmcli", "connection", "up", ConfigManager.get("autostart")],
|
||||
|
Reference in New Issue
Block a user