merge-requests/273/head
Bernhard Landauer 8 years ago
parent f71efd6457
commit dd9255bb9f

@ -447,7 +447,7 @@ final_check() {
}
exit_done() {
if check_mount; then
if [[ $(lsblk -o MOUNTPOINT | grep ${MOUNTPOINT}) == "" ]]; then
final_check
dialog --backtitle "$VERSION - $SYSTEM ($ARCHI)" --yesno "$_CloseInstBody $(cat ${CHECKLIST})" 0 0
if [[ $? -eq 0 ]]; then

Loading…
Cancel
Save