Continue the correct for-loop so incorrect custom mount is skipped.
[live-boot-grml.git] / 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