Skip to content

Commit

Permalink
Revert "Merge branch 'master' into 'master'"
Browse files Browse the repository at this point in the history
This reverts merge request !34
  • Loading branch information
stevenshiau committed Oct 22, 2020
1 parent ef866fd commit 7454aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/9990-select-eth-device.sh
Expand Up @@ -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
Expand Down

0 comments on commit 7454aae

Please sign in to comment.