Fix ip route show parsing

This commit is contained in:
Timothy Redaelli 2015-06-28 17:41:39 +02:00
parent 2f37e22c89
commit 6f43d4c31e

View file

@ -158,7 +158,7 @@ configure_bootloader() {
configure_network() {
local gateway dev ip
read -r _ _ gateway _ dev <<-EOF
read -r _ _ gateway _ dev _ <<-EOF
$(ip route show 0.0.0.0/0)
EOF