diff options
-rwxr-xr-x | isohybrid-acritox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isohybrid-acritox b/isohybrid-acritox index 23f53ee..6c2035a 100755 --- a/isohybrid-acritox +++ b/isohybrid-acritox @@ -230,7 +230,7 @@ do esac done -set -- \$(ls -i \$workdir/efi/boot/boot*.efi) +set -- \$(ls -ir \$workdir/efi/boot/boot*.efi) inode=\$1 umount "$mountpoint" |