From f7c3e138f18779252ba54bef504974d69a1986ca Mon Sep 17 00:00:00 2001 From: pedro Date: Mon, 11 Nov 2024 13:58:37 +0100 Subject: [PATCH] pxe: add the missing env --- pxe/install-pxe.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pxe/install-pxe.sh b/pxe/install-pxe.sh index 1d71e52..70a1a69 100755 --- a/pxe/install-pxe.sh +++ b/pxe/install-pxe.sh @@ -133,6 +133,7 @@ init_config() { PXE_DIR="$(pwd)" if [ ! -f ./.env ]; then + cp -v ./.env.example ./.env echo "WARNING: .env was not there, .env.example was copied, this only happens once" fi . ./.env