move sentenel files to local-storage

This commit is contained in:
uprightbass360
2025-10-28 18:16:24 -04:00
parent 7d012a52d0
commit 9b2f4e2629
8 changed files with 45 additions and 211 deletions

View File

@@ -1107,7 +1107,7 @@ fi
fi
# Set build sentinel to indicate rebuild is needed
local storage_abs="$STORAGE_PATH"
local storage_abs="$STORAGE_PATH_LOCAL"
if [[ "$storage_abs" != /* ]]; then
storage_abs="$(cd "$(dirname "$0")" && pwd)/$storage_abs"
fi