← back to Daily Overnight Skus
fix stale run.sh header comment to match the 6:30 AM overnight window
c827f306afa27521bf2eaaa72788e1d7b08a2a26 · 2026-05-18 20:14:27 -0700 · SteveStudio2
Files touched
Diff
commit c827f306afa27521bf2eaaa72788e1d7b08a2a26
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Mon May 18 20:14:27 2026 -0700
fix stale run.sh header comment to match the 6:30 AM overnight window
---
run.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/run.sh b/run.sh
index 0d00767..93b263b 100755
--- a/run.sh
+++ b/run.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-# Daily Overnight SKUs — runs at 11:30 PM PT Mon-Fri, emails the day's
-# orders (00:00 PT → 23:59:59 PT) to info@designerwallcoverings.com.
+# Daily Overnight SKUs — runs at 6:30 AM PT Tue-Sat, emails the prior
+# weeknight's after-hours orders to info@designerwallcoverings.com.
#
-# Window covers the calendar day this run kicks off in (so Mon 11:30 PM
-# captures all of Monday's orders).
+# Window covers 5:00 PM PT yesterday -> 6:30 AM PT today, so each run
+# captures everything ordered overnight after the prior business day.
set -u
LOG=/Users/stevestudio2/Projects/daily-overnight-skus/run.log
exec >>"$LOG" 2>&1
← facfbd9 track live launchd plist (mirror of ~/Library/LaunchAgents/.
·
back to Daily Overnight Skus
·
run.sh: stop hardcoding George basic-auth — load GMAIL_BASIC 38cce6f →