mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:01:08 +02:00
The TIER_JSON generator used a multi-line awk script embedded in a \$() command substitution with escaped double quotes inside a single-quoted awk program. Alpine's ash shell refused to parse this, reporting "syntax error: unterminated quoted string". Under set -e the syntax error killed the script BEFORE the jq call that writes status.json, so the file stopped updating after our monitoring changes triggered a full re-parse cycle. Replace the awk block with a portable while-read shell loop that ash handles cleanly. Verified with both `bash -n` and `alpine:3.20 sh -n`. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| dev | ||
| mac-mini | ||
| test-data | ||
| test-reporting | ||
| audit-workspace-deps.mjs | ||
| backup-monitoring.sh | ||
| check-status.sh | ||
| create-gift-codes.mjs | ||
| deploy-metrics.sh | ||
| ecosystem-audit.mjs | ||
| fix-mixed-imports.mjs | ||
| generate-dockerfiles.mjs | ||
| generate-env.mjs | ||
| generate-status-page.sh | ||
| lighthouse-audit.sh | ||
| run-integration-tests.sh | ||
| run-tests-with-coverage.sh | ||
| setup-databases.sh | ||
| setup-secrets.mjs | ||
| test-chat-auth.sh | ||
| validate-cloudflared-config.mjs | ||
| validate-dockerfiles.mjs | ||
| validate-monorepo.mjs | ||