From 965bb8285462e22c5c6304aa5831fd6ec607e1e0 Mon Sep 17 00:00:00 2001 From: pedro Date: Tue, 24 Sep 2024 12:28:28 -0300 Subject: [PATCH] pxe: better msgs --- pxe/install-pxe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxe/install-pxe.sh b/pxe/install-pxe.sh index dbe7bc2..77cef21 100755 --- a/pxe/install-pxe.sh +++ b/pxe/install-pxe.sh @@ -66,7 +66,7 @@ init_config() { if [ -f ./.env ]; then . ./.env else - echo 'WARNING: .env does not exist yet, cannot read config from there. You can take inspiration with file .env.example' + echo 'PXE: WARNING: .env does not exist yet, cannot read config from there. You can take inspiration with file .env.example' fi VERSION_CODENAME="${VERSION_CODENAME:-bookworm}" tftp_path="${tftp_path:-/srv/pxe-tftp}"