Tweaks to the release scripts

This commit is contained in:
David Carley
2022-09-11 02:41:25 +00:00
parent 32cdf2adbd
commit cd9975541a
2 changed files with 3 additions and 1 deletions

View File

@@ -38,5 +38,5 @@ async function main() {
runCommand(`dd if=${device} of=${IMAGE_FILENAME} status=progress`, {
stdio: "inherit"
});
runCommand(`chown ${uid} 1f.img`);
runCommand(`chown ${uid} ${IMAGE_FILENAME}`);
}