From 497978bf94ff40016aaca4419c3c3ae0a3b265bd Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 7 Nov 2025 06:11:46 -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 361542f..c383837 100644 --- a/customscripts/pi_create_image +++ b/customscripts/pi_create_image @@ -19,7 +19,7 @@ xzname=$imgname.xz # already has da pwd from imgname info=$PWD/$xzname.info checksums=$PWD/sha256sum-$tag.sha256 -touch $info +sudo touch $info # get real username (not root) if run with sudo if [ ! -z $SUDO_USER ]; then