From 309e26afef1c8f61f2ed83abed6d821666172958 Mon Sep 17 00:00:00 2001 From: Tails developers Date: Wed, 9 Nov 2011 13:27:03 +0100 Subject: [PATCH] Clarifying what happens when you don't retry decrypting a device. --- scripts/live-helpers | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/live-helpers b/scripts/live-helpers index f88108a..31f84fa 100644 --- a/scripts/live-helpers +++ b/scripts/live-helpers @@ -364,7 +364,8 @@ find_cow_device () if [ "$(echo "${answer}" | cut -b1 | tr A-Z a-z)" = "n" ] then unset answer - break + # skip to next subdevice + continue 2 fi done fi -- 2.1.4