From 283b836a0791aa8241cc7e4b55dcf731e972ca78 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Wed, 26 Mar 2025 15:39:51 +0100 Subject: [PATCH] Updated environment file --- debian/ogboot.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/ogboot.postinst b/debian/ogboot.postinst index 360f438..99ffbf5 100755 --- a/debian/ogboot.postinst +++ b/debian/ogboot.postinst @@ -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