diff --git a/installer/ogboot_installer.py b/installer/ogboot_installer.py index f35aba6..f001b2a 100755 --- a/installer/ogboot_installer.py +++ b/installer/ogboot_installer.py @@ -354,7 +354,7 @@ def og_boot_composer_install(): ) # Ejecutar Composer como el usuario 'opengnsys' para actualizar el paquete doctrine/dbal - result = subprocess.run(["sudo", "-u", "opengnsys", INSTALL_OGBOOT_TARGET+"/bin/composer.phar", "update", "doctrine/dbal", "--working-dir", api_dir]) + result = subprocess.run(["sudo", "-u", "opengnsys", INSTALL_OGBOOT_TARGET+"/bin/api/composer.phar", "update", "doctrine/dbal", "--working-dir", api_dir]) if result.returncode != 0: logger.error("Error updating doctrine/dbal package using Composer") return