1761838968

This commit is contained in:
2025-10-30 09:42:48 -06:00
parent 16b42e5a31
commit 81ea0eaa0e
+2 -2
View File
@@ -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