From cd108f7769b85fd57a54b3d9945d5defbf91cfb2 Mon Sep 17 00:00:00 2001 From: Steven Shiau Date: Thu, 22 Oct 2020 00:56:19 +0000 Subject: [PATCH] Update 9990-select-eth-device.sh --- components/9990-select-eth-device.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.1.4