refs #1592 move lib/engine/bin files
parent
2e512ecc41
commit
29f497aefd
|
@ -478,13 +478,7 @@ def copyClientFiles():
|
|||
|
||||
logger.info(f"Copying OpenGnsys Cloning Engine files in client library.")
|
||||
os.makedirs(f"{INSTALL_OGBOOT_TARGET}/client/lib/engine/bin", mode=0o775, exist_ok=True)
|
||||
if 0 != subprocess.run (['rsync', '-aH', f'{REPO_DIR}/client/engine/', f'{INSTALL_OGBOOT_TARGET}/client/lib/engine/bin/']).returncode:
|
||||
logger.error(f"Error while copying engine files")
|
||||
errstatus = 1
|
||||
|
||||
logger.info(f"Copying OpenGnsys Cloning Engine files in client engine.")
|
||||
os.makedirs(f"{INSTALL_OGBOOT_TARGET}/client/engine", mode=0o775, exist_ok=True)
|
||||
if 0 != subprocess.run (['rsync', '-aH', f'{REPO_DIR}/client/engine/', f'{INSTALL_OGBOOT_TARGET}/client/engine/']).returncode:
|
||||
if 0 != subprocess.run (['rsync', '-aH', f'{REPO_DIR}/client/lib/engine/bin/', f'{INSTALL_OGBOOT_TARGET}/client/lib/engine/bin/']).returncode:
|
||||
logger.error(f"Error while copying engine files")
|
||||
errstatus = 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue