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 -1
View File
@@ -166,7 +166,7 @@ fi
# ── Idempotent check ─────────────────────────────────────────────────────────────────────────
CURRENT_VAL=$(grep -E "^pm\.max_children" "$PHP_CONF" 2>/dev/null | awk '{print $NF}')
if [[ "${CURRENT_VAL:-0}" -eq "$PHP_MAX_CHILDREN" ]]; then
log "pm.max_children already $PHP_MAX_CHILDREN — no changes needed"
echo "pm.max_children already $PHP_MAX_CHILDREN "
exit 0
fi