Continue the correct for-loop so incorrect custom mount is skipped.
authorTails developers <amnesia@boum.org>
Wed, 8 Feb 2012 15:16:11 +0000 (16:16 +0100)
committerDaniel Baumann <daniel@debian.org>
Sun, 1 Apr 2012 20:05:53 +0000 (22:05 +0200)
scripts/live

index c89ebb7..9eaa073 100755 (executable)
@@ -1663,7 +1663,7 @@ setup_unionfs ()
                                                        ;;
                                                *)
                                                        log_warning_msg "Skipping custom mount with unkown option: ${opt}"
-                                                       continue
+                                                       continue 2
                                                        ;;
                                        esac
                                done