Revert "Merge branch 'master' into 'master'"
authorSteven Shiau <steven@stevenshiau.org>
Thu, 22 Oct 2020 00:49:11 +0000 (00:49 +0000)
committerSteven Shiau <steven@stevenshiau.org>
Thu, 22 Oct 2020 00:49:11 +0000 (00:49 +0000)
This reverts merge request !34

components/9990-select-eth-device.sh

index 09642c8..c8f36b0 100755 (executable)
@@ -91,7 +91,7 @@ Select_eth_device ()
                                        1)
                                                echo "Connected $interface found"
                                                # inform initrd's init script :
-                                               found_eth_dev="$interface"
+                                               found_eth_dev="$found_eth_dev $interface"
                                                ;;
                                esac
                        done