Standardize NOMAD host-run service paths

This commit is contained in:
Fizzlepoof
2026-05-15 03:08:03 +00:00
parent 837d6e5866
commit 5783963816
5 changed files with 56 additions and 17 deletions

View File

@@ -1,6 +1,10 @@
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")/.."
export DORIS_DASHBOARD_DIR="${DORIS_DASHBOARD_DIR:-$(pwd)}"
export DORIS_DIGEST_DIR="${DORIS_DIGEST_DIR:-/home/fizzlepoof/.openclaw/workspace/doris-digest}"
hour="$(TZ=America/Chicago date +%H)"
if (( 10#$hour < 6 || 10#$hour > 23 )); then exit 0; fi
bin/generate_dashboard.py