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
This commit is contained in:
Developer
2026-03-20 02:03:51 -04:00
parent f9ae2477ed
commit b6ae4b9c65
-1
View File
@@ -131,7 +131,6 @@ build_reference_database() {
echo " - $db_count databases" echo " - $db_count databases"
echo " - $domain_count domains" echo " - $domain_count domains"
echo " - $wp_count WordPress sites" echo " - $wp_count WordPress sites"
echo " - $total_lines total entries"
} }
build_system_section() { build_system_section() {