From 5654fccfe6b4db642f7609f85b6b4e231536cfd3 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Mon, 6 Jul 2026 13:07:13 +0200 Subject: [PATCH] don't eval needlessly --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index be83fde..07d9051 100755 --- a/build.sh +++ b/build.sh @@ -218,7 +218,7 @@ systemd-repart \ "$ISO" # In case the owner is root -sudo chown -R `whoami`:`whoami` mkosi.output +sudo chown -R $UID:$UID mkosi.output # Create a torrent for the image ./torrent-create.rb "$VERSION" "$OUTPUT" "$ISO"