#!/bin/sh

. /etc/bluez

[ -n $IP ] && ifconfig $INTERFACE $IP netmask $NETMASK >/dev/null 2>&1 || udhcpc -H geexbox 0 -i $INTERFACE >/dev/null 2>&1
