← back to Designer Wallcoverings
launchd minimal-PATH fix sweep: export PATH so node/psql/jq resolve under launchd's minimal PATH (Osborne class, preflight linter 2026-06-18) (color-cleaner-nightly)
4ad8ba0d7a260e9240ccb612e19cf8bf0fa03f8a · 2026-06-18 10:55:14 -0700 · SteveStudio2
Files touched
M DW-Programming/nightly-color-clean.sh
Diff
commit 4ad8ba0d7a260e9240ccb612e19cf8bf0fa03f8a
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Thu Jun 18 10:55:14 2026 -0700
launchd minimal-PATH fix sweep: export PATH so node/psql/jq resolve under launchd's minimal PATH (Osborne class, preflight linter 2026-06-18) (color-cleaner-nightly)
---
DW-Programming/nightly-color-clean.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/DW-Programming/nightly-color-clean.sh b/DW-Programming/nightly-color-clean.sh
index e32522e6..afa56ac9 100755
--- a/DW-Programming/nightly-color-clean.sh
+++ b/DW-Programming/nightly-color-clean.sh
@@ -6,6 +6,7 @@
# Self-idles once every collection is fully processed ("to process: 0").
# Remove when done: launchctl bootout gui/$(id -u)/com.steve.color-cleaner-nightly
set -u
+export PATH="/usr/local/bin:/opt/homebrew/bin:/opt/homebrew/opt/postgresql@14/bin:$PATH" # launchd minimal-PATH fix (node/psql); preflight linter 2026-06-18
DIR="$HOME/Projects/Designer-Wallcoverings/DW-Programming"
PROJ_ENV="$HOME/Projects/Designer-Wallcoverings/.env"
SECRETS="$HOME/Projects/secrets-manager/.env"
← a17ab893 cadence-hourly: export PATH so launchd's minimal PATH can fi
·
back to Designer Wallcoverings
·
source-gate: reject boolean/NULL tokens as MFR SKU in both m 320887dc →