From b6ae4b9c655dfc145cb9db1e569711007da81869 Mon Sep 17 00:00:00 2001 From: Developer Date: Fri, 20 Mar 2026 02:03:51 -0400 Subject: [PATCH] CRITICAL FIX: Remove confusing 'total entries' message from cache output - 'total entries' was just the line count of the cache file (including headers/comments) - Was misleading users who thought it meant 27 of something important - Now only shows meaningful metrics: users, databases, domains, WordPress sites - Fixes confusion on fresh server installs --- lib/reference-db.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/reference-db.sh b/lib/reference-db.sh index e36eff5..3b923d7 100755 --- a/lib/reference-db.sh +++ b/lib/reference-db.sh @@ -131,7 +131,6 @@ build_reference_database() { echo " - $db_count databases" echo " - $domain_count domains" echo " - $wp_count WordPress sites" - echo " - $total_lines total entries" } build_system_section() {