Clear on clean exit

This commit is contained in:
natemaia 2020-04-25 20:25:21 -07:00
parent 5f325663b2
commit d646385ee1

View File

@ -2581,6 +2581,7 @@ die()
trap - INT
tput cnorm
(( e == 0 )) && clear
if [[ -d $MNT ]]; then
umount_dir "$MNT"
(( e == 127 )) && umount_dir /run/archiso/bootmnt && sleep 0.5 && reboot -f