#!/bin/bash #Script to bring up the network for the usb ceton infinitv #Will also start the infinitv_usb userspace program. /etc/net/scripts/network.init start if [ ! -e /service/infinitv_usb ] then /sbin/add_service.sh infinitv_usb else /sbin/sv restart infinitv_usb fi