|
@@ -36,7 +36,7 @@ if [ -f $DEFAULT ] ; then
|
|
. $DEFAULT
|
|
. $DEFAULT
|
|
fi
|
|
fi
|
|
|
|
|
|
-if [ "$INTERFACE" == "" ] ; then
|
|
|
|
|
|
+if [ "$INTERFACE" = "" ] ; then
|
|
echo "Not starting $NAME"
|
|
echo "Not starting $NAME"
|
|
echo "Edit $DEFAULT and define the INTERFACE variable"
|
|
echo "Edit $DEFAULT and define the INTERFACE variable"
|
|
exit 0
|
|
exit 0
|