From 3dc4f2a821a53ed40835bc623032dcc473722869 Mon Sep 17 00:00:00 2001 From: Tim Perkins Date: Fri, 5 Jun 2026 21:52:36 -0400 Subject: [PATCH] Allow setting HN2B as a variable --- containers/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/build.sh b/containers/build.sh index e8890b4..390bdbb 100755 --- a/containers/build.sh +++ b/containers/build.sh @@ -9,7 +9,7 @@ IFS=$'\n\t' SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd) -HN2B="hn2b.sh" +HN2B="${HN2B:-hn2b.sh}" IMAGE_REPO="ghcr.io/taughz/dev" DEFAULT_TARGET_TAG="built"