print header before other checks

This commit is contained in:
buildplan
2025-10-15 21:09:51 +01:00
committed by GitHub
parent 4f43d32330
commit 880f25cc6c

View File

@@ -3468,9 +3468,9 @@ main() {
log "Starting Debian/Ubuntu hardening script."
# --- PRELIMINARY CHECKS ---
print_header
check_system
run_update_check
print_header
check_dependencies
# --- HANDLE SPECIAL OPERATIONAL MODES ---