don't eval needlessly

This commit is contained in:
Harald Sitter
2026-07-06 13:07:13 +02:00
committed by Aleix Pol i Gonzalez
parent 16c9dc42f7
commit 5654fccfe6

View File

@@ -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"