Fix indentation

This commit is contained in:
whatever127 2019-05-02 17:39:23 +02:00
parent 979f5f2f64
commit 1b797b77b3

View File

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