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 \$? 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…
Cancel
Save