浏览代码

hotfix: close else if statement

Noah Vogt 2 年之前
父节点
当前提交
6e2047d9dd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      chroot.sh

+ 1 - 0
chroot.sh

@@ -57,5 +57,6 @@ if [ "$EFI" = "yes" ]; then
 else
 else
     grub-install --target=i386-pc /dev/"${DRIVE}" --recheck
     grub-install --target=i386-pc /dev/"${DRIVE}" --recheck
 grub-mkconfig -o /boot/grub/grub.cfg
 grub-mkconfig -o /boot/grub/grub.cfg
+fi
 
 
 rm drive tzfinal.tmp
 rm drive tzfinal.tmp