From 0d8e034df20566a6a4bc43975c490e1edc3a0555 Mon Sep 17 00:00:00 2001 From: nomennescio Date: Fri, 19 Jan 2024 17:51:43 +0100 Subject: [PATCH] Reformat output to align MD5 hashes for easier comparison --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index cde6f92c2c..93c35d8b91 100755 --- a/build.sh +++ b/build.sh @@ -629,8 +629,8 @@ info_boot_image() { set_md5sum local disk_md5 disk_md5=$($MD5SUM "$BOOT_IMAGE" | cut -f1 -d' ') - $ECHO "Factorcode md5: $factorcode_md5"; - $ECHO "Disk md5: $disk_md5"; + $ECHO "Boot image @factorcode.org md5: $factorcode_md5"; + $ECHO "Boot image @local disk md5: $disk_md5"; if [[ "$factorcode_md5" == "$disk_md5" ]] ; then $ECHO "Your disk boot image matches the one on downloads.factorcode.org." else -- 2.34.1