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 \$?
|
||||
|
||||
echo -n "Bringing up usb networking."
|
||||
ifup usb0
|
||||
print_exit_status \$?
|
||||
|
||||
echo -n "Updating datetime."
|
||||
ntpdate-debian
|
||||
ifdown usb0
|
||||
sleep 3
|
||||
print_exit_status \$?
|
||||
|
||||
echo -n "Updating package index..."
|
||||
|
|
Loading…
Reference in a new issue