From d16fcc794effffc0134d76f93a80390e239e58ff Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 7 Nov 2025 06:55:50 -0700 Subject: [PATCH] fixies --- customscripts/pi_create_image | 1 + 1 file changed, 1 insertion(+) diff --git a/customscripts/pi_create_image b/customscripts/pi_create_image index 5827df5..170252b 100644 --- a/customscripts/pi_create_image +++ b/customscripts/pi_create_image @@ -44,6 +44,7 @@ imgsize=$(du -h $imgname) if [ ! -z "$2" ]; then # img sha256 + echo "creating sha256 checksum of $imgname" sha256sum $imgname | tee -a $info fi