This commit is contained in:
Bernhard Landauer 2017-03-02 17:50:00 +01:00
parent f71efd6457
commit dd9255bb9f

View File

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