From 663829c68ad21aa0eba074a8a0fdabd51ac36f88 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 7 Nov 2025 07:05:58 -0700 Subject: [PATCH] fixies --- customscripts/pi_create_image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customscripts/pi_create_image b/customscripts/pi_create_image index 170252b..d5000aa 100644 --- a/customscripts/pi_create_image +++ b/customscripts/pi_create_image @@ -83,7 +83,7 @@ fi sha256sum $xzname | tee -a $info # finish and notify -webhook "DONE\n\tdisk: $dadisk\n\timgname: $imgname ($imgsize)\n\txzname: $xzname ($xzsize)" true +webhook "DONE\n\tdisk: $dadisk\n\timgname: $imgname size $imgsize\n\txzname: $xzname ($xzsize)" true # schedule reboot in 1 minute sudo shutdown -r +1 \ No newline at end of file