mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 00:58:34 +00:00
move sentenel files to local-storage
This commit is contained in:
@@ -825,7 +825,14 @@ fi
|
||||
echo 'Module management complete.'
|
||||
|
||||
if [ "$MODULES_LOCAL_RUN" = "1" ]; then
|
||||
REBUILD_SENTINEL="./.requires_rebuild"
|
||||
# When running locally, use local-storage for build state tracking
|
||||
local local_storage_path="${LOCAL_STORAGE_SENTINEL_PATH:-}"
|
||||
if [ -n "$local_storage_path" ]; then
|
||||
REBUILD_SENTINEL="$local_storage_path"
|
||||
else
|
||||
# Fallback to current directory if no path provided (legacy behavior)
|
||||
REBUILD_SENTINEL="./.requires_rebuild"
|
||||
fi
|
||||
else
|
||||
REBUILD_SENTINEL="/modules/.requires_rebuild"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user