Production setup paths
This commit is contained in:
parent
a76ef50ed7
commit
28e0bba1d8
2 changed files with 1 additions and 3 deletions
|
|
@ -16,8 +16,7 @@ def assets_folder_setup():
|
|||
|
||||
|
||||
def sudo_assets_folder_setup() -> bool:
|
||||
# initial_appimage_assets = f"{Constants.APPDIR_HOME}/assets/sudo_scripts"
|
||||
initial_appimage_assets = f"/home/a/VPN/code/DEV/sp-hydra-veil-core/core/assets/sudo_scripts"
|
||||
initial_appimage_assets = f"{Constants.APPDIR_HOME}/assets/sudo_scripts"
|
||||
current_assets_folder = f"{Constants.HOME}/Downloads/hydraveil_sudo_scripts"
|
||||
return copy_folders(initial_appimage_assets, current_assets_folder)
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ import shutil
|
|||
import subprocess
|
||||
import time
|
||||
|
||||
|
||||
def terminate_system_connection(
|
||||
firewall_setting: Optional[bool] = get_firewall_setting(),
|
||||
dns_setting: Optional[bool] = get_dns_setting()
|
||||
|
|
|
|||
Loading…
Reference in a new issue