← back to Morning Review Features
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
5b459fbf28f18aaa41c6eb43a03922013887087b · 2026-07-03 08:08:07 -0700 · Steve
Files touched
Diff
commit 5b459fbf28f18aaa41c6eb43a03922013887087b
Author: Steve <steve@designerwallcoverings.com>
Date: Fri Jul 3 08:08:07 2026 -0700
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
---
build-overnight.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build-overnight.sh b/build-overnight.sh
index 438dc7e..2812321 100755
--- a/build-overnight.sh
+++ b/build-overnight.sh
@@ -21,7 +21,7 @@ $SPECS"
# 90-min cap via perl alarm (macOS lacks GNU timeout).
perl -e 'alarm shift; exec @ARGV' 5400 \
- /Users/stevestudio2/.claude/local/claude --print "$PROMPT" >> "$LOG" 2>&1
+ /Users/macstudio3/.claude/local/claude --print "$PROMPT" >> "$LOG" 2>&1
RC=$?
echo "[overnight-build] claude rc=$RC $(date -Iseconds)" | tee -a "$LOG"
@@ -29,7 +29,7 @@ echo "[overnight-build] claude rc=$RC $(date -Iseconds)" | tee -a "$LOG"
# Email digest via George (GEORGE_AUTH from env or default)
GEORGE_AUTH=${GEORGE_AUTH:-admin:DWSecure2024!}
if [ -s "$DIGEST" ]; then
- PAYLOAD=$(BODY="$(cat "$DIGEST")" /usr/local/bin/node -e \
+ PAYLOAD=$(BODY="$(cat "$DIGEST")" /opt/homebrew/bin/node -e \
'process.stdout.write(JSON.stringify({to:"steveabramsdesigns@gmail.com",subject:"Morning-review overnight build "+new Date().toISOString().slice(0,10),body:process.env.BODY}))')
curl -sS --max-time 12 -X POST http://localhost:9850/api/send \
-u "$GEORGE_AUTH" -H 'content-type: application/json' \
← b02a148 gitignore: add missing backup-file patterns (*.bak-*, *.pre-
·
back to Morning Review Features
·
(newest)