correctly bring up usb0 by shutting it down and letting netplug do the rest
This commit is contained in:
parent
dde1486a74
commit
0493970196
1 changed files with 2 additions and 5 deletions
|
@ -359,11 +359,8 @@ hostname "\$DEVICE"
|
||||||
print_exit_status \$?
|
print_exit_status \$?
|
||||||
|
|
||||||
echo -n "Bringing up usb networking."
|
echo -n "Bringing up usb networking."
|
||||||
ifup usb0
|
ifdown usb0
|
||||||
print_exit_status \$?
|
sleep 3
|
||||||
|
|
||||||
echo -n "Updating datetime."
|
|
||||||
ntpdate-debian
|
|
||||||
print_exit_status \$?
|
print_exit_status \$?
|
||||||
|
|
||||||
echo -n "Updating package index..."
|
echo -n "Updating package index..."
|
||||||
|
|
Loading…
Reference in a new issue