mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-09 19:11:02 +00:00
no error when quitting without mount. fix https://github.com/oberon2007/manjaro-architect/issues/5
This commit is contained in:
parent
f71efd6457
commit
dd9255bb9f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user