From da753f2010206409c82294638dce477768ba0512 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Thu, 2 Apr 2026 21:17:38 +0200 Subject: [PATCH] fix(netboot-xyz): set NSAPP override after variables() call --- ct/netboot-xyz.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ct/netboot-xyz.sh b/ct/netboot-xyz.sh index 2eace329..405e9b0f 100644 --- a/ct/netboot-xyz.sh +++ b/ct/netboot-xyz.sh @@ -6,7 +6,6 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV # Source: https://netboot.xyz APP="netboot.xyz" -NSAPP="netboot-xyz" var_tags="${var_tags:-network;pxe;boot}" var_cpu="${var_cpu:-1}" var_ram="${var_ram:-512}" @@ -17,6 +16,8 @@ var_unprivileged="${var_unprivileged:-1}" header_info "$APP" variables +NSAPP="netboot-xyz" +var_install="${NSAPP}-install" color catch_errors