Release new version 1:20210208+grml.1
[live-boot-grml.git] / components / 9990-select-eth-device.sh
index 8d7ef84..b660a3d 100755 (executable)
@@ -121,6 +121,7 @@ Select_eth_device ()
                                                echo "Connected $interface found"
                                                # inform initrd's init script :
                                                found_eth_dev="$found_eth_dev $interface"
+                                               found_eth_dev="$(echo $found_eth_dev | sed -e "s/^[[:space:]]*//g")"
                                                ;;
                                esac
                        done