summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/procedures/interactive6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive
index 0580428..21ba2a3 100644
--- a/src/core/procedures/interactive
+++ b/src/core/procedures/interactive
@@ -179,15 +179,17 @@ worker_prepare_disks()
if [ "$S_MKFSAUTO" = "1" ]; then
notify "You have already prepared your filesystems with Auto-prepare"
else
- interactive_partition && S_PART=1 ;;
+ interactive_partition && S_PART=1
fi
+ ;;
"3")
PARTFINISH=""
if [ "$S_MKFSAUTO" = "1" ]; then
notify "You have already prepared your filesystems with Auto-prepare"
else
- interactive_mountpoints && S_MKFS=1 ;;
+ interactive_mountpoints && S_MKFS=1
fi
+ ;;
*)
DONE=1 ;;
esac