summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/live-helpers3
1 files changed, 2 insertions, 1 deletions
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