summaryrefslogtreecommitdiff
path: root/src/core/procedures
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-14 19:05:09 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-14 19:05:09 +0100
commit6229c990b0209c3585c3ca54a5a89f98bc0109c0 (patch)
tree12bbefafcca7aae83f7d9fd5c7d1f2b83fe04c2e /src/core/procedures
parentc2666130a6170b7f2c4d5bd5dde64fb4035275e0 (diff)
syntax fixes
Diffstat (limited to 'src/core/procedures')
-rw-r--r--src/core/procedures/interactive3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive
index 4e90854..0e4a426 100644
--- a/src/core/procedures/interactive
+++ b/src/core/procedures/interactive
@@ -168,7 +168,7 @@ worker_prepare_disks()
interactive_filesystems && ret=0 && NEXTITEM=5 && DISK_CONFIG_TYPE=manual
fi
;;
- "4"
+ "4")
if [ "$BLOCK_ROLLBACK_USELESS" = "1" ]
then
ask_yesno "It seems like you haven't partitioned/formatted/mounted anything yet (or rolled back already). This operation is useless (unless the installer is buggy), but it doesn't harm. Do you want to continue?" || NEXTITEM=5
@@ -182,6 +182,7 @@ worker_prepare_disks()
show_warning "Rollback failed" "Rollback failed"
fi
fi
+ ;;
*)
DONE=1 ;;
esac