refs #1592 move interfaceAdm files
parent
fe61288f83
commit
2e512ecc41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue