Deleted unnessary exit and add unmount

This commit is contained in:
Suikan 2021-07-01 08:40:52 +09:00
parent 4fae6c75e1
commit 9c0e4f47fa

View file

@ -342,9 +342,12 @@ echo "...Upadte initramfs."
update-initramfs -uk all
# Leave chroot
exit
HEREDOC
# Unmount all
echo "...Unmount all."
umount -R /mnt/target
# Finishing message
cat <<HEREDOC
****************** Post-install process finished ******************