output: orchestrators — array-not-started and monthly gate-not-met now echo instead of silent log

This commit is contained in:
Gmer4Lfe
2026-06-01 20:24:46 -04:00
parent 5e89f334bb
commit 9f82eb5678
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ fi
# ━━━ Array Check ━━━
# ==============================================================================================
if ! df --output=fstype /mnt/user 2>/dev/null | grep -q shfs; then
log "Array not started — skipping watchdog cycle"
echo "Array not started — skipping watchdog cycle"
exit 0
fi