mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
initrd/bin/network-init-recovery: Trivial indentation fix
Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
This commit is contained in:
parent
a5ab32b761
commit
031f885aaa
@ -37,16 +37,16 @@ mobile_tethering()
|
||||
fi
|
||||
done
|
||||
|
||||
if ! [ -e /sys/class/net/usb0 ]; then
|
||||
echo ""
|
||||
echo "No tethering network interface was found."
|
||||
echo "* Make sure the phone supports CDC-NCM or CDC-EEM. Many, but not all, Android and Linux phones support these."
|
||||
echo "* Android phones requiring RNDIS and Apple phones are not supported."
|
||||
echo "* Make sure the cable used works with data and that the phone has tethering enabled."
|
||||
echo ""
|
||||
read -p "Press Enter to continue..." -n 1 -r
|
||||
if ! [ -e /sys/class/net/usb0 ]; then
|
||||
echo ""
|
||||
echo "No tethering network interface was found."
|
||||
echo "* Make sure the phone supports CDC-NCM or CDC-EEM. Many, but not all, Android and Linux phones support these."
|
||||
echo "* Android phones requiring RNDIS and Apple phones are not supported."
|
||||
echo "* Make sure the cable used works with data and that the phone has tethering enabled."
|
||||
echo ""
|
||||
read -p "Press Enter to continue..." -n 1 -r
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
ethernet_activation()
|
||||
|
Loading…
Reference in New Issue
Block a user