From 1b797b77b3281f2f76b4ee71b58c33466b2fbc38 Mon Sep 17 00:00:00 2001 From: whatever127 Date: Thu, 2 May 2019 17:39:23 +0200 Subject: [PATCH] Fix indentation --- convert.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/convert.sh b/convert.sh index 9248f3a..0848e0e 100644 --- a/convert.sh +++ b/convert.sh @@ -546,8 +546,8 @@ wimlib-imagex optimize ISODIR/sources/install.$type echo "" if [ $build -ge 18890 ]; then - chntpw -e ISODIR/boot/bcd <<< "$bcdPatch" >/dev/null - chntpw -e ISODIR/efi/microsoft/boot/bcd <<< "$bcdPatch" >/dev/null + chntpw -e ISODIR/boot/bcd <<< "$bcdPatch" >/dev/null + chntpw -e ISODIR/efi/microsoft/boot/bcd <<< "$bcdPatch" >/dev/null fi echo -e "$infoColor""Creating ISO image...""$resetColor"