Fix leading space in DEVICE setting
[live-boot-grml.git] / components / 9990-select-eth-device.sh
index c8f36b0..09642c8 100755 (executable)
@@ -91,7 +91,7 @@ Select_eth_device ()
                                        1)
                                                echo "Connected $interface found"
                                                # inform initrd's init script :
-                                               found_eth_dev="$found_eth_dev $interface"
+                                               found_eth_dev="$interface"
                                                ;;
                                esac
                        done