From: Steven Shiau Date: Thu, 22 Oct 2020 00:56:19 +0000 (+0000) Subject: Update 9990-select-eth-device.sh X-Git-Tag: debian/1%20210208~1^2 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=cd108f7769b85fd57a54b3d9945d5defbf91cfb2 Update 9990-select-eth-device.sh --- diff --git a/components/9990-select-eth-device.sh b/components/9990-select-eth-device.sh index c8f36b0..b431781 100755 --- a/components/9990-select-eth-device.sh +++ b/components/9990-select-eth-device.sh @@ -92,6 +92,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