From 81ea0eaa0e840cea7cad32c3830dd66b4204f308 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 30 Oct 2025 09:42:48 -0600 Subject: [PATCH] 1761838968 --- customscripts/pi_create_image | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customscripts/pi_create_image b/customscripts/pi_create_image index 088e921..6e31b8a 100644 --- a/customscripts/pi_create_image +++ b/customscripts/pi_create_image @@ -3,9 +3,9 @@ timestamp=`date +"%Y-%m-%d-%H%M-%S"` # handle filename if [ -z "$1" ]; then - imgname=$timestamp-pi.img + imgname=$PWD/$timestamp-pi.img else - imgname=$timestamp-$1.img + imgname=$PWD/$timestamp-$1.img fi xzname=$imgname.xz