clear screen after new images are created

This commit is contained in:
Tobias Powalowski 2023-08-01 15:31:24 +02:00
parent bfad32cbe9
commit d2dc202aae

View file

@ -550,6 +550,7 @@ _new_image() {
rm -r "${_W_DIR}" rm -r "${_W_DIR}"
_progress "100" "New isofiles are located in /archboot." _progress "100" "New isofiles are located in /archboot."
sleep 2 sleep 2
clear
} }
_install_graphic () { _install_graphic () {