refs #1592 move interfaceAdm files

pull/8/head
Natalia Serrano 2025-02-25 10:21:58 +01:00
parent fe61288f83
commit 2e512ecc41
15 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ TFTP_OPTIONS="--secure -v"
def copyInterfaceAdm():
hayErrores = 0
cp_process = subprocess.run(["cp", "-ar", f"{REPO_DIR}/sources/interface", f"{INSTALL_OGBOOT_TARGET}/client/interfaceAdm"])
cp_process = subprocess.run(["cp", "-ar", f"{REPO_DIR}/client/interfaceAdm", f"{INSTALL_OGBOOT_TARGET}/client/interfaceAdm"])
if cp_process.returncode != 0:
logger.error(f"Error while copying Administration Interface Folder")
hayErrores = 1