fix: formatting

This commit is contained in:
uprightbass360
2025-10-28 18:55:46 -04:00
parent 9b2f4e2629
commit 8446a206e4
2 changed files with 21 additions and 5 deletions

View File

@@ -701,6 +701,8 @@ elif [ -f "/tmp/scripts/manage-modules-sql.sh" ]; then
. /tmp/scripts/manage-modules-sql.sh
else
echo "⚠️ SQL helper not found, skipping module SQL execution"
echo "If you are seeing this during build this is normal"
fi
# Execute SQLs for enabled modules (via helper)
@@ -826,7 +828,7 @@ echo 'Module management complete.'
if [ "$MODULES_LOCAL_RUN" = "1" ]; then
# When running locally, use local-storage for build state tracking
local local_storage_path="${LOCAL_STORAGE_SENTINEL_PATH:-}"
local_storage_path="${LOCAL_STORAGE_SENTINEL_PATH:-}"
if [ -n "$local_storage_path" ]; then
REBUILD_SENTINEL="$local_storage_path"
else