From 66975d295e5355d1a2a9e802e6efdff8a7bdb98c Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Wed, 22 Oct 2025 10:28:34 +0200 Subject: [PATCH] maybe now... --- deployment/bare_metal/install-missing-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/bare_metal/install-missing-deps.sh b/deployment/bare_metal/install-missing-deps.sh index 62ff353a4..a75a574dc 100644 --- a/deployment/bare_metal/install-missing-deps.sh +++ b/deployment/bare_metal/install-missing-deps.sh @@ -28,7 +28,7 @@ fi # check for some tools and install them, when missing # bun https://bun.com/install, faster packet-manager as yarn -BUN_VERSION_FILE="$SCRIPT_DIR/.bun-version" +BUN_VERSION_FILE="$PROJECT_ROOT/.bun-version" if [ ! -f "$BUN_VERSION_FILE" ]; then echo ".bun-version file not found at: $BUN_VERSION_FILE" exit 1