fix dialog

This commit is contained in:
Tobias Powalowski 2024-02-08 08:38:24 +01:00
parent 51e209e6cb
commit c28263c2df

View file

@ -299,7 +299,7 @@ _umountall()
if [[ "${_DESTDIR}" == "/mnt/install" ]] && mountpoint -q "${_DESTDIR}"; then
swapoff -a &>"${_NO_LOG}"
umount -R "${_DESTDIR}"
_dialog --no-mouse --infobox "Disabled swapspace,\nunmounted already mounted disk devices in ${_DESTDIR}..." 4 60
_dialog --no-mouse --infobox "Disabled swapspace,\nunmounted already mounted disk devices in ${_DESTDIR}..." 4 70
sleep 3
fi
}