correctly bring up usb0 by shutting it down and letting netplug do the rest

josch 15 years ago
parent dde1486a74
commit 0493970196

@ -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…
Cancel
Save