From 048247ca289c4612ebe20d631dfcaf276a996bd2 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Thu, 2 Apr 2026 21:11:29 +0200 Subject: [PATCH] fix(netboot-xyz): override NSAPP to match dash-based install filename --- ct/netboot-xyz.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/netboot-xyz.sh b/ct/netboot-xyz.sh index e6734b17..405e9b0f 100644 --- a/ct/netboot-xyz.sh +++ b/ct/netboot-xyz.sh @@ -16,6 +16,8 @@ var_unprivileged="${var_unprivileged:-1}" header_info "$APP" variables +NSAPP="netboot-xyz" +var_install="${NSAPP}-install" color catch_errors