Lots o debugging

This commit is contained in:
Your Name
2025-08-20 09:51:55 -04:00
parent 8c3d2b1aac
commit eb7a9413ca
26 changed files with 20821 additions and 206 deletions

View File

@@ -120,6 +120,8 @@ calculate_hash() {
log_info "Calculating SHA-256 hash..."
HASH=$(sha256sum "${TEST_FILE}" | cut -d' ' -f1)
log_success "Data to hash: ${TEST_FILE}"
log_success "File hash: ${HASH}"
}