diff --git a/installer/ogboot_installer.py b/installer/ogboot_installer.py index c8d1277..205154f 100755 --- a/installer/ogboot_installer.py +++ b/installer/ogboot_installer.py @@ -487,6 +487,8 @@ def copyClientFiles(): logger.info("Configuration file ogAdmClient.cfg created successfully.") # Creamos el directorio de images para el samba de ogrepository os.makedirs(os.path.join(INSTALL_OGBOOT_TARGET, "client/images"), mode=0o775, exist_ok=True) + # Creamos el directorio de log para el cliente + os.makedirs(os.path.join(INSTALL_OGBOOT_TARGET, "client/log"), mode=0o775, exist_ok=True) # Creamos el directorio de logs para el samba de oglog os.makedirs(os.path.join(INSTALL_OGBOOT_TARGET, "client_log"), mode=0o775, exist_ok=True) # Change ownership of INSTALL_OGBOOT_TARGET/client/ and its contents