Rejigger lib path master
authorChip Black <bytex64@bytex64.net>
Mon, 4 Jan 2010 09:08:56 +0000 (03:08 -0600)
committerChip Black <bytex64@bytex64.net>
Mon, 4 Jan 2010 09:08:56 +0000 (03:08 -0600)
WebThing

index 1f48064..25cddfd 100755 (executable)
--- a/WebThing
+++ b/WebThing
@@ -6,6 +6,6 @@ export WEBTHING_HOME=`dirname "$0"`
 # architecture, yet.
 cd "$WEBTHING_HOME"
 
-export LD_LIBRARY_PATH=$WEBTHING_HOME:$WEBTHING_HOME/plugins:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH=$WEBTHING_HOME/lib:$WEBTHING_HOME/plugins:$LD_LIBRARY_PATH
 
-exec mono $WEBTHING_HOME/WebThingMain.exe "$@"
+exec mono $WEBTHING_HOME/WebThingMain.exe "$@" >/dev/null 2>&1