Updated environment file
ogboot/pipeline/tag This commit looks good Details

main
Nicolas Arenas 2025-03-26 15:39:51 +01:00
parent 383b47798f
commit 283b836a07
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ IPXE_REPO="https://github.com/ipxe/ipxe.git"
USER="opengnsys"
USER_INFO=$(getent passwd "$USER")
DEFAULT_OGLIVE=$OGCORE_OGLIVE_URL
ENV_FILE=/opt/opengnsys/ogboot/api/.env.local.php
ENV_FILE=/opt/opengnsys/ogboot/api/.env
if [ -z "$USER_INFO" ]; then
echo "Error: El usuario '$USER' no existe." >&2
exit 1