--- bin/start.sh 2009/08/09 16:37:46 179 +++ bin/start.sh 2009/08/11 12:38:04 196 @@ -1,3 +1,9 @@ #!/bin/sh -x +if [ ! -z "$1" ] ; then + DEV=$1 +fi + +sudo /etc/init.d/dnsmasq stop +echo $DEV sudo DEV=$DEV perl -Ilib/PXElator -Ilib -Mhttpd -e httpd::start