output: unRAID_Essentials — array-start scripts now show already-correct status instead of silence

This commit is contained in:
Gmer4Lfe
2026-06-01 20:25:35 -04:00
parent 9f82eb5678
commit d8c456a8c9
3 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -234,8 +234,7 @@ elif [[ "$CHANGED" -gt 0 ]]; then
fi
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
else
# Already correct — completely silent (runs every boot)
log "inotify limits already correct — no changes needed"
echo "inotify limits already correct ✅"
fi
exit 0